Product research
Use Amazon endpoints to turn product research into repeatable API requests with documented inputs and JSON responses.
Collect marketplace product signals from Amazon without building brittle storefront scrapers.
Use Crawlora Amazon endpoints for product, search, and marketplace research workflows.
Endpoint families
3
Documented params
10
Examples
3
Live catalog snapshot
Active endpoints
3
Methods
GET
Required params
6
Schema refs
3
{
"platform": "Amazon",
"endpoint": "amazon-product",
"method": "GET",
"path": "/amazon/product/{asin}",
"auth": "apiKey"
}Use cases
Use Crawlora Amazon endpoints for product, search, and marketplace research workflows.
Use Amazon endpoints to turn product research into repeatable API requests with documented inputs and JSON responses.
Use Amazon endpoints to turn search result monitoring into repeatable API requests with documented inputs and JSON responses.
Use Amazon endpoints to turn marketplace intelligence into repeatable API requests with documented inputs and JSON responses.
Managed execution
Each Crawlora platform API is designed around a specific data surface. Instead of exposing a generic fetch endpoint, Crawlora combines endpoint-specific request logic, managed infrastructure, parsing, normalization, billing, and Playground-tested examples.
Request behavior is tuned for the target platform and endpoint type.
Supported endpoints can use managed proxy routing to improve reliability and reduce infrastructure work.
Dynamic pages can be routed through managed browser instances where JavaScript rendering is required.
Challenge pages and unusable upstream responses are detected and surfaced clearly.
Results are returned as documented JSON instead of raw HTML.
Test the same route from Docs and Playground before production integration.
Marketplace collection
Amazon pages change often and can be difficult to collect at scale. Crawlora turns product pages, search results, and suggestion data into repeatable API calls with documented inputs and normalized JSON responses.
Extract product titles, pricing, availability, ratings, review samples, overview fields, and descriptive content into structured JSON.
Turn Amazon search pages into normalized result cards instead of maintaining search-result DOM parsers.
Collect typeahead keyword suggestions for marketplace research and search demand discovery.
Keep proxy routing and request execution outside your application logic.
Route supported dynamic collection flows through managed browser infrastructure where needed.
Keep your integration simple while Crawlora handles endpoint execution and response normalization.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/amazon/product/{asin}
/amazon/search
/amazon/suggest/{keyword}
Endpoint catalog
/amazon/product/{asin}Returns normalized product details for an Amazon ASIN on `amazon.com`, including pricing, availability, overview data, inline review samples, and descriptive content.
/amazon/searchReturns normalized Amazon search result cards for `amazon.com`.
/amazon/suggest/{keyword}Returns typeahead keyword suggestions from Amazon's public suggestion API for `amazon.com`.
Related APIs
Marketplaces & Retail
Build resale, pricing, and marketplace workflows from structured eBay data.
Marketplaces & Retail
Turn public Shop.app product and merchant pages into structured JSON for e-commerce product intelligence, price research, shop monitoring, and marketplace discovery workflows.
Marketplaces & Retail
Turn public Shopify storefront JSON and sitemap surfaces into structured data for catalog monitoring, merchandising research, product discovery, and storefront intelligence workflows.
How to scrape Amazon
Amazon throws “Robot Check” CAPTCHAs at datacenter IPs, so naive scrapers get blocked. Crawlora's Amazon endpoints (and the generic /web/scrape) return the real product page as structured JSON — no proxy rotation or HTML parsing.
A product (ASIN or /dp/ URL), a search results page, or a product's reviews — whatever you need to track.
Send the URL or ASIN to Crawlora's Amazon endpoint, or POST the URL to /web/scrape for raw Markdown plus metadata.
Receive title, price, rating, review count, images, and availability as clean JSON — Crawlora handles the anti-bot challenge for you.
Schedule re-runs to track price and stock changes across thousands of ASINs, and pay only for successful fetches.
FAQ
Send a product URL or ASIN to Crawlora's Amazon endpoint, or POST the URL to /web/scrape. You get structured JSON — title, price, rating, review count, images, availability — without writing parsers or rotating proxies. Collect only public data and respect Amazon's terms.
Amazon shows “Robot Check” CAPTCHAs to datacenter IPs. Crawlora's managed execution uses Chrome-impersonated requests and escalates to a real browser when needed, so the product page returns instead of a challenge. It does not log in or access private or paywalled data.
Scraping publicly accessible product data is generally permissible, but you must respect Amazon's terms of use, robots directives, rate limits, and applicable law. This is for collecting public data you're authorized to access.