Product data API for ecommerce, catalog, and pricing teams

Stop maintaining scrapers.Send a product URL,get clean JSON back.

Any product URL in, clean JSON out — across Amazon, eBay, and 40+ marketplaces.

Free token · no credit card · see the live JSON first.

  • Stock
  • Offers
  • Details
  • Bulk
Product card with stock status, price and rating connected to the Product Information API — one request returns stock, offers and product details as JSON

01 — The change

One URL in. Not forty scrapers out.

Before
  • Scrapers, proxies and parsers to maintain
  • Pipelines break on every page change
  • A new integration for every marketplace
After
  • One endpoint, any product URL
  • Clean, predictable JSON back
  • Amazon, eBay & 40+ marketplaces

02 — Coverage

Add a source by sending its URL.

One JSON schema across Amazon, eBay and 40+ marketplaces.

AmazoneBayWalmartEtsyShopifyAliExpressTarget+40 more

03 — How it works

Send the URL. We do the rest.

  1. 1

    Send a URL

    POST a product page URL. No ASINs, no marketplace IDs.

  2. 2

    We resolve it

    We fetch and parse the source — no scrapers on your side.

  3. 3

    Get clean JSON

    Structured data you can store, compare or alert on.

04 — Live demo

Paste a URL. Read the real JSON.

200 OK
Product page URL https://shop.example/p/123
Stock POST /v1/product-stock

Use stock when availability, offers, price, seller, and delivery signals drive the workflow.

Request body
{
  "productUrl": "https://shop.example/p/123"
}
Response preview
{
  "inStock": true,
  "offerCount": 3,
  "offers": [
    {
      "price": 49.95,
      "currency": "USD",
      "seller": "Direct",
      "deliveryDays": 2
    }
  ]
}
inStockofferCountpricesellerdeliveryDays

Get started

Your URL. Clean JSON. Free token.

  • One schema everywhere
  • Structured errors
  • Free token — no card

No credit card. Inspect the full contract in the OpenAPI spec first.