A whole marketplace,
one clean catalog.
Point it at a marketplace. Every listing comes back crawled, extracted, and normalized: one title case, one currency, variants merged, duplicates gone.
One run,
five primitives.
Scroll the ingest. Each step is a Zenrows primitive doing the part a CSV export can't.
- 01Crawl the listingsevery page, paginated, unblocked
- 02Extract the fieldstitle, price, stock, specs → JSON
- 03Normalizeone currency, one unit, title case
- 04Dedupe & merge variantsone SKU per product, sellers attached
- 05Land the feedwarehouse, CSV, or webhook, on a schedule
Built for the marketplaces
you actually sell on.
Point at any of them. Same run, same schema, every source's quirks handled. Pick one to see what comes back.
- Amazon
- eBay
- Walmart
- Etsy
- AliExpress
Every seller writes it
differently. You don't care.
Point at a field. Watch the mess resolve to one canonical shape.
- Titlescase, spacing, language
- Pricescurrency & format
- Unitsweights & measures
- Variantsmerge & dedupe
- Taxonomymap to your tree
Six listings in.
One record out.
Every seller, every variant, every price, merged into one clean row, this is what lands in your warehouse.
{
"sku": "coffee-beans-1kg",
"title": "Coffee Beans, 1 kg",
"brand": "Northwind",
"category": "Coffee > Beans",
"price": { "amount": 21.59, "currency": "USD" },
"availability": "in_stock",
"variants": [
{ "grind": "whole", "price": 21.59 },
{ "grind": "ground", "price": 22.10 }
],
"rating": 4.6, "reviews": 1284,
"sellers": [
{ "name": "amazon", "price": 21.59 },
{ "name": "ebay", "price": 21.60 },
{ "name": "walmart", "price": 20.97 }
],
"images": 6,
"updated": "nightly"
}
The point
One schema.
Every seller.
Sellers churn, redesign, and relist. Your feed doesn't flinch: same columns, same units, same SKUs, refreshed on the schedule you set.
Point it once.
Read the catalog.
Set the marketplace and the schedule. The run crawls, extracts, normalizes, and dedupes, then lands one clean feed wherever you work.
- Snowflake
- BigQuery
- Databricks
- CSV
- S3
- webhook
10,000 credits/month for free, always.