Trust and compliance

Amazon Data Acceptable Use.

Use ParseShelf for bounded, auditable Amazon product data workflows with clear responsibility for downstream use.

Output previewAmazon product record · 12 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
{
  "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}'
Example output · only delivered rows spend unitsCSV · XLSX · JSONL · Markdown
Search intent

Terms this page answers.

Amazon data acceptable useAmazon scraper API complianceAmazon product data legal useAmazon data retention policy
Guide

How to use this ParseShelf resource.

User responsibility

ParseShelf provides a dashboard and API for structured product-data workflows. Customers are responsible for deciding whether a planned use of exported data is lawful, permitted by applicable agreements and appropriate for their business context.

For sensitive deployments, route ParseShelf outputs through your normal legal, privacy and procurement review before the data enters a production system.

Allowed workflow shape

Use bounded jobs with explicit search URLs, category URLs, product URLs or ASIN lists. Keep job IDs, source URLs and export timestamps so a human can audit where a row came from.

Prefer listing_only for broad discovery and full_product for selected ASINs. This reduces unnecessary collection and keeps jobs easier to reason about.

Prohibited uses

Do not use ParseShelf for credential scraping, account takeover, paywall bypass, personal-data harvesting, abusive automation, security testing against third parties or any workflow that violates law or rights of others.

Do not present ParseShelf as a drop-in replacement for Amazon's licensed Product Advertising API content. It is an alternative workflow for product-data research and internal ecommerce operations.

Retention and deletion

Exports are retained according to the active plan and can be downloaded as JSONL, CSV, XLSX or Markdown while available. Teams should copy only the data they need into downstream systems and delete stale files when they are no longer useful.

If a workflow requires shorter retention, limited access or a written data-handling process, contact ParseShelf before scaling the job volume.

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 Data Acceptable Use questions.

Is this legal advice?
No. This page is operational guidance, not legal advice.
Can ParseShelf collect personal data?
ParseShelf is built for Amazon product data workflows. Do not use it to harvest personal data.
Can I use exported data in client reports?
Only if your use is lawful, permitted and appropriate for your client relationship and agreements.