Research
Export ranked Amazon search and category rows into a working dataset.
Search to CSVSend a search page, category URL, product link, or up to 20 ASINs. ParseShelf returns normalized rows for research, catalog QA, competitor reporting, and internal data workflows.




{
"status": "succeeded",
"marketplace": "amazon",
"input_type": "product_url_list",
"mode": "full_product",
"delivered_records": 1,
"charged_units": 5,
"sample": {
"product_id": "B0060OUV5Y",
"title": "La Roche-Posay Cicaplast Balm B5 Cream",
"brand": "La Roche-Posay",
"price": 18.99,
"currency": "USD",
"ASIN": "available when Amazon renders this field",
"rating": 4.7,
"reviews_count": 20743,
"stock": "In Stock",
"images": [
"https://m.media-amazon.com/images/I/713Ca5aXpyL._SL1500_.jpg"
],
"category_path": [
"Beauty & Personal Care",
"Skin Care",
"Face",
"Creams"
],
"product_url": "https://www.amazon.com/dp/B0060OUV5Y"
},
"exports": {
"jsonl": "/api/v1/jobs/{job_id}/download/jsonl",
"csv": "/api/v1/jobs/{job_id}/download/csv",
"xlsx": "/api/v1/jobs/{job_id}/download/xlsx",
"md": "/api/v1/jobs/{job_id}/download/md"
}
}
curl -X POST https://parseshelf.com/api/v1/jobs \
-H 'Authorization: Bearer $PARSESHELF_KEY' \
-H 'Content-Type: application/json' \
-d '{"marketplace":"amazon","input_type":"product_url_list","input_value":"https://www.amazon.com/dp/B0060OUV5Y","mode":"full_product","target_count":20}'
Create a job in the dashboard or API, follow its progress, inspect normalized product rows, and download the result without maintaining browser or proxy infrastructure.

Start with one small, auditable job.
Export ranked Amazon search and category rows into a working dataset.
Search to CSVAdd available product, price, review, stock, image, and source fields to ASINs.
Enrich ASINsRepeat focused product jobs for competitor and catalog checks.
Competitor workflow