Official Release
The Product API - Find any product and its data instantly with our simple API | Product Hunt

Product Search API v1.0: AI-Powered Product Discovery is Now Live

We're thrilled to announce the official release of Product Search API v1.0 - a powerful, AI-driven product search solution that transforms how developers build product discovery experiences.

What is Product Search API?

Product Search API is a cutting-edge REST API that leverages AI-powered search and real-time web search to provide intelligent, contextual product search engine. Whether you're building an e-commerce platform, comparison tool, or product recommendation engine, our API makes it easy to find exactly what your users are looking for.

🎯 Key Features

1. AI-Powered Search Intelligence

Our API uses advanced AI with real-time web search grounding to understand user intent and deliver highly relevant product results. The AI doesn't just match keywordsβ€”it understands context, preferences, and intent.

2. Global Product Discovery

  • Location Hints: Bias search results toward products available in specific countries using ISO country codes
  • Multi-language Support: Get product information in 100+ languages with the response_language parameter
  • Regional Optimization: Results are optimized for availability and relevance in your target market

3. Rich Product Data

Each product result includes:

  • Product name and brand
  • Detailed descriptions
  • Product images (optional via with_image parameter)
  • Custom data schema: Define additional structured fields (price ranges, availability, ratings, specifications, etc.) using the custom_data_schema parameter in POST requests
  • Structured JSON format for easy integration

4. Developer-Friendly

  • Simple REST API: Standard HTTP GET requests with query parameters
  • Comprehensive Documentation: Full API docs with examples and code snippets

5. Production-Ready Infrastructure

    Best in class infrastructure with 99.99% uptime SLA

🌍 Use Cases

Product Search API is perfect for:

E-commerce Platforms

Enhance search functionality with AI-powered product discovery

Recommendation Engines

Build personalized product recommendation systems

Research Tools

Help users discover and research products efficiently

Multi-language Applications

Serve global audiences with localized product information

πŸš€ Quick Start

1. Get Your API Key

Sign up at productapi.dev and create your free account. New users receive 20 free credits to get started.

2. Create an API Key

From your dashboard, generate an API key. Remember: keys are shown only once, so save it securely!

3. Make Your First Request

curl -H "X-API-KEY: pk_live_your_key_here" \
  "https://productapi.dev/api?search=wireless+headphones&location-hint=us&with_image=true"

4. Use the Response

{
  "success": true,
  "search": "wireless headphones",
  "products": [
    {
      "name": "Sony WH-1000XM5",
      "description": "Premium noise-cancelling wireless headphones",
      "brand": "Sony",
      "image": "https://example.com/sony-headphones.jpg"
    }
  ],
  "creditsUsed": 1,
  "creditsRemaining": 49
}

For more complex usage including custom data schemas, multi-language responses, and advanced features, check out our comprehensive documentation.

πŸ’Ž Simple Pricing

20
Free Credits

Start building with 20 free credits for all new users

1
Credit Per Search

Simple, transparent pricing - pay only for what you use

Easy credit top-ups available directly from your dashboard

View Full Pricing Details

πŸŽ‰ What's Next?

We're continuously improving Product Search API. Here's what's coming:

  • Streaming response: get response faster as products are found
  • Volume discounts: competitive pricing for high volume users with no minimum contract

πŸ™ Get Started Today

Ready to build amazing product discovery experiences?

  1. Sign Up: Visit productapi.dev and create your account
  2. Get Your API Key: Generate a key from your dashboard
  3. Start Building: Integrate in minutes with our simple REST API
  4. Join Our Community: Share feedback and get support

Product Search API - Making product discovery intelligent, fast, and accessible.

Released: January 2025