- Scrapers, proxies and parsers to maintain
- Pipelines break on every page change
- A new integration for every marketplace
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
01 — The change
One URL in. Not forty scrapers out.
- 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.
03 — How it works
Send the URL. We do the rest.
- 1
Send a URL
POST a product page URL. No ASINs, no marketplace IDs.
- 2
We resolve it
We fetch and parse the source — no scrapers on your side.
- 3
Get clean JSON
Structured data you can store, compare or alert on.
04 — Live demo
Paste a URL. Read the real JSON.
https://shop.example/p/123 Use stock when availability, offers, price, seller, and delivery signals drive the workflow.
{
"productUrl": "https://shop.example/p/123"
} {
"inStock": true,
"offerCount": 3,
"offers": [
{
"price": 49.95,
"currency": "USD",
"seller": "Direct",
"deliveryDays": 2
}
]
} Use product information when catalog, enrichment, onboarding, or content-quality workflows need structured details.
{
"productUrl": "https://shop.example/p/123"
} {
"productInformation": {
"title": "Replacement water filter cartridge",
"brand": "AquaPro",
"images": [
"https://cdn.example/products/water-filter-123/main.jpg"
],
"attributes": {
"capacity": "1 liter",
"packSize": "2"
},
"ratings": {
"average": 4.6,
"count": 1284
}
},
"creditsRemaining": 2480
} 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.