Skip to tool
ParseShelf Free Amazon parser
Live no-signup tool

Free Amazon Parser

Paste an Amazon URL, keyword or ASIN list and get up to five live rows — no account or card.

Live Amazon worker

Preview live rows from this page.

Enter an Amazon URL, keyword, or up to 20 ASINs. Inspect five live rows first; request the complete downloadable file only when you need it.

Try an example
No accountUp to 5 rowsLive worker

Ready for your input.

Your live Amazon rows will appear here.
More about Amazon parser fields, API access and workflows
API example

Request Free Amazon Parser from the dashboard or API.

This example shows the exact shape a developer can use to create a ParseShelf Amazon job. Operators can run the same workflow in the web dashboard, inspect live rows, and download files without writing code.

Use product_url_list when the seed is a product url list. Use full_product when you need product page fields such as brand, bullets, stock text, shipping information, variants, media and review signals. Use listing_only for fast discovery scans before enriching selected ASINs.

Every completed job exposes the same normalized contract across API responses, JSONL exports, CSV files, Excel workbooks and Markdown reports, so downstream systems do not need a separate parser for each Amazon page type.

curl requestPOST /api/v1/jobs
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}'
sample responseJSON
{
  "schema_version": "1.0",
  "status": "succeeded",
  "outcome": "full",
  "has_failures": false,
  "marketplace": "amazon",
  "input_type": "product_url_list",
  "mode": "full_product",
  "delivered_records": 1,
  "records_delivered": 1,
  "records_failed": 0,
  "charged_units": 5,
  "sample": {
    "asin": "B0060OUV5Y",
    "title": "La Roche-Posay Cicaplast Balm B5 Cream",
    "brand": "La Roche-Posay",
    "price": 18.99,
    "currency": "USD",
    "stock_status": "in_stock",
    "stock_text": "In Stock",
    "rating": 4.7,
    "reviews_count": 20743,
    "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"
  }
}
How it works

From Amazon link to useful data.

  1. 1Add your inputPaste an Amazon link or up to 20 ASINs.
  2. 2Choose your detailGet listing fields or enrich each product.
  3. 3Check the previewInspect live rows and any missing fields.
  4. 4Download or automateExport CSV, XLSX, JSONL or Markdown. Use the API for repeat jobs.
Data quality

What makes this different from a raw scraper.

NeedParseShelf behaviorWhy it matters
Stable schemaAmazon-specific fields are normalized into predictable keys such as asin, price, rating, images and product_url.Your exports can feed spreadsheets, scripts and dashboards without field-by-field cleanup after every job.
Transparent qualityFallback listing rows are marked separately from full product rows when Amazon product pages are slow or unavailable.Teams can decide whether fast discovery data is enough or whether selected ASINs should be repaired and enriched again.
Operator workflowThe web panel handles job creation, progress, row preview, item detail pages and file downloads.Researchers and ecommerce operators can use the product without maintaining proxies, browsers or scraper scripts.
Developer workflowAPI keys create jobs, inspect status and download exports from authenticated endpoints.Developers can automate recurring Amazon data collection while the rest of the team uses the same data in the dashboard.
Schema

Fields this API returns.

asin

Normalized `asin` field in JSONL, CSV, XLSX and Markdown exports.

title

Normalized `title` field in JSONL, CSV, XLSX and Markdown exports.

brand

Normalized `brand` field in JSONL, CSV, XLSX and Markdown exports.

price

Normalized `price` field in JSONL, CSV, XLSX and Markdown exports.

rating

Normalized `rating` field in JSONL, CSV, XLSX and Markdown exports.

reviews_count

Normalized `reviews_count` field in JSONL, CSV, XLSX and Markdown exports.

stock_text

Normalized `stock_text` field in JSONL, CSV, XLSX and Markdown exports.

product_url

Normalized `product_url` field in JSONL, CSV, XLSX and Markdown exports.

Use cases

Research, monitor and export.

Product research

Use Free Amazon Parser for product research with live job progress and downloadable files.

Competitor snapshots

Use Free Amazon Parser for competitor snapshots with live job progress and downloadable files.

ASIN enrichment

Use Free Amazon Parser for asin enrichment with live job progress and downloadable files.

Data quality checks

Use Free Amazon Parser for data quality checks with live job progress and downloadable files.

Related pages

More Amazon data workflows.

FAQ

Free Amazon Parser questions.

Is this Amazon parser free?
Yes. The live preview accepts one Amazon input and returns up to five rows without an account or credit card.
Which inputs work?
Use an Amazon search, category or product URL, a keyword, or an ASIN list of up to 20 inputs in the live preview.
Can I export more rows?
Yes. Continue with a free sample or account job to export larger CSV, XLSX or JSONL files.