Skip to content
ParseShelf
Postman guide

Amazon Scraper API Postman Collection.

Test ParseShelf Amazon API requests in Postman before wiring them into a production script or internal tool.

Output previewCanonical ProductRow · 10 fields shown
ProductAvailabilityPrice
La Roche-Posay Cicaplast Balm B5 CreamB0060OUV5Y · 4.7 · 20,743 reviews
In stock$18.99
Maybelline Sky High MascaraB08H3JPH74 · 4.5 · 181,639 reviews
In stock$10.82
Aquaphor Healing OintmentB0107QPFBU · 4.8 · 138,730 reviews
In stock$12.79
Dove Sensitive Skin Body WashB00SK71SAG · 4.8 · 62,276 reviews
In stock$10.97
Example output · only delivered rows spend unitsCSV · XLSX · JSONL · Markdown
See the workflow

Real screens from the product.

Open a screenshot to inspect the actual path from input to output and observed intelligence.

Guide

How to use this ParseShelf resource.

Why test in Postman

Postman is useful when a developer, analyst or technical founder wants to validate the request body, authentication header and export flow before writing code. It also makes it easy to share a working request inside a team.

Use an environment variable for PARSESHELF_KEY and keep the request body focused on one input type at a time.

Request body

The most important fields are marketplace, input_type, input_value, mode and target_count. The examples use product_url_list for one product, but the same endpoint also accepts search_url, category_url and asin_list.

If a request works in Postman but fails in production, compare headers, JSON escaping and environment variables first.

After creation

Copy the returned job ID into the status and download requests. Poll until the job reaches succeeded, then download JSONL, CSV, XLSX or Markdown.

This mirrors the production integration and helps a team understand the whole lifecycle, not just the create request.

Production checklist

Start with one small input and compare the delivered fields with the report, catalog or pipeline you actually need.

Keep the job ID, source URL, mode and run date with downstream exports so operators and developers can audit the same result.

Related pages

Continue the Amazon data workflow.

FAQ

Amazon Scraper API Postman Collection questions.

Can I import this as a full collection?
The page includes the request shape and the generated OpenAPI file can be used to build a fuller collection.
Where does the API key go?
Put it in the Authorization header as Bearer PARSESHELF_KEY.
Can Postman download exports?
Yes. Add a GET request to the download endpoint after the job succeeds.