Scrape Amazon product offers into structured data JSON/CSV with ScraperAPI async in Java. Track competing sellers, prices, and fulfillment methods by ASIN.
This endpoint will retrieve offers for a specified product from an Amazon offers page and transform it into usable JSON.
Valid values are two letter country codes for which we offer Geo Targeting (e.g. “au”, “es”, “it”, etc.).
Where an amazon domain needs to be scraped from another country (e.g. scraping amazon.com from Canada to get Canadian shipping information), both TLD and COUNTRY parameters must be specified.
F_NEW
Boolean parameter with a possible value of true or false indicating the condition of the listed items
F_USEDGOOD
Boolean parameter with a possible value of true or false indicating the condition of the listed items
F_USEDLIKENEW
Boolean parameter with a possible value of true or false indicating the condition of the listed items
F_USEDVERYGOOD
Boolean parameter with a possible value of true or false indicating the condition of the listed items
F_USEDACCEPTABLE
Boolean parameter with a possible value of true or false indicating the condition of the listed items
After the job(s) finish, you will find the result under the response key in the response JSON object. The structure is the same as in the corresponding SYNC data endpoint.