Amazon data extraction
Get data from Amazon with our data extraction API.
On this page, we'll dive into the different amazon web scraper endpoints you can use to manage data extraction programmatically
POST/v1/data-extraction/amazon/product
Send async amazon data extraction job
This endpoint allows you to add a new async extraction job.
When you submit an async amazon extraction job, we will use our most advanced scraping mechanisms to fetch data in a relatively short time.
Required attributes
- asin
- asin
- Type
- string
- Description
Target amazon ASIN do extract. String.
Optional attributes
- zone
- zone
- Type
- string
- Description
Amazon domain zone. com, pl etc
Request
Response
GET/v1/data-extraction/amazon/product/{job_id}
Retrieve the status and results of your amazon extraction job
This endpoint allows you to retrieve status and result of your asynchronous extraction job.
Once your job is finished, you'll receive "response" field which contain the results of your scraping job.
Required attributes
- job_id
- job_id
- Type
- string
- Description
Job id, you previously received while sending async job request.