Extract Products
Build a structured product catalog from a brand website without hand-written scrapers.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
- By Domain
- By Direct URL
The domain name to analyze.
Maximum number of products to extract.
1 <= x <= 12Return a cached result if a prior scrape for the same parameters exists and is younger than this many milliseconds. Defaults to 7 days (604800000 ms) when omitted. Max is 30 days (2592000000 ms). Set to 0 to always scrape fresh.
0 <= x <= 2592000000Optional timeout in milliseconds for the request. If the request takes longer than this value, it will be aborted with a 408 status code. Maximum allowed value is 300000ms (5 minutes).
1000 <= x <= 300000Optional caller-defined tags for tracking this request. Tags are recorded on the request's usage log and can be used to filter usage on the dashboard usage page. Up to 20 tags, each 1-50 characters.
201 - 50