Developer Resources

    Everything you need to integrate EcomSource intelligence into your own applications, workflows, and tools.

    API Documentation

    Quick reference for integrating the ecomsource API.

    Authentication

    All requests require your access key and secret key

    // Include in request headers

    X-Access-Key: your_access_key

    X-Secret-Key: your_secret_key

    Content-Type: application/json

    Base URL

    https://api.ecomsource.ai/api/v1

    Endpoints

    Available API endpoints

    POST
    /search/product

    Lookup accurate product data by ASIN or UPC. Use 'refresh: true' to force re-sync (2 credits).

    POST
    /search/bulk

    Batch lookup multiple identifiers (ASIN/UPC) in one call

    POST
    /search/offers

    Get real-time offer summary and Buy Box pricing (ASIN only)

    Example Request

    Integrate in seconds with your favorite language

    curl -X POST "https://api.ecomsource.ai/api/v1/search/product" \
      -H "X-Access-Key: your_access_key" \
      -H "X-Secret-Key: your_secret_key" \
      -H "Content-Type: application/json" \
      -d '{"identifier": "B07FCZSC41", "identifierType": "asin", "countryCode": "US", "refresh": false}'

    Need a custom solution?

    We provide custom enterprise solutions for high-volume data needs, dedicated scrapers, and full database snapshots.

    Talk to Enterprise Sales