The sample shows the type of normalized rows ParseShelf produces for Amazon product and listing workflows. It includes product_id, asin, title, brand, price, currency, rating, reviews_count, stock_status, category_path and product_url.
The fields are intentionally practical. They represent the columns most ecommerce teams need for product research, competitor tracking, catalog QA and pricing reports.
How to read it
JSONL is best for developers because each line is an independent product record. CSV is best for analysts because it opens cleanly in spreadsheets and BI tools.
A real completed job can include more fields when Amazon renders them, including images, bullets, product_details, variants, seller signals, review summaries and source positions.
How to use it in evaluation
Before buying an Amazon data tool, compare the sample schema with your downstream needs. If your team needs rank tracking, make sure source_url and position exist. If your team needs catalog enrichment, prioritize product detail fields.
Use the benchmark guide to turn that schema review into a repeatable vendor evaluation.
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.