Catawiki Auctions Scraper
Pricing
from $5.88 / 1,000 results
Catawiki Auctions Scraper
Search Catawiki auction lots by keyword across collectibles and special objects. Each lot returns the title, current bid, category, auction end time, lot reference, image, and url. Great for tracking collectible prices, sourcing deals, or watching what art and rarities sell.
Pricing
from $5.88 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share

ποΈ Catawiki Auctions Lot Scraper
π Export Catawiki auction lots and current bids in seconds. Direct from https://www.catawiki.com to a structured dataset ready for any spreadsheet, database, or BI tool.
π Last updated 2026-06-05 Β· π 7 fields per record Β· Public REST API source Β· Real time results
The Catawiki Auctions Lot Scraper turns the https://www.catawiki.com public storefront into a clean structured dataset. Enter a search query, choose how many items you want, and get back a flat table with title, currentBid, image, lot, category, endTime, url.
Built for analysts, marketplace operators, and product researchers who need Catawiki auction lots and current bids without writing a single line of client code.
| π― Target Audience | π‘ Primary Use Cases |
|---|---|
| π Market analysts | Track pricing and stock across the catalog |
| π Marketplace operators | Benchmark competitor listings |
| πΌ Procurement teams | Sourcing and supplier discovery |
| π€ ML engineers | Build product datasets for training |
| π° Journalists | Snapshot listings for stories |
| π©βπ» Developers | Mirror public catalog data into your own database |
π What the Catawiki Auctions Scraper does
- Hits the public https://www.catawiki.com search endpoint with the query you supply.
- Parses the REST API response and flattens each result into one row.
- Normalizes field names so they import cleanly into any spreadsheet or warehouse.
- Skips duplicates and short circuits when the upstream returns no further results.
- Surfaces upstream errors as a single diagnostic record instead of crashing.
- Exports to dataset in every format Apify supports.
π‘ Why it matters Direct access to https://www.catawiki.com catalog data without writing scraping infrastructure, rotating proxies, or maintaining selectors. One run, one clean table.
π¬ Full Demo
π§ Coming soon.
βοΈ Input
| Field | Type | Required | Description |
|---|---|---|---|
query | string | No | Search term entered into the Catawiki auctions search. Trimmed before use. |
maxItems | integer | No | Free users 10. Paid users up to 1,000,000. Prefill 10. |
Example 1 standard search
{"query": "rolex","maxItems": 25}
Example 2 small preview
{"query": "rolex","maxItems": 5}
β οΈ Good to Know This actor only reads publicly available pages from https://www.catawiki.com. No login or API key is required.
π Output
Each record is a flat object. imageUrl is always first, error is always last.
| Field | Type | Description |
|---|---|---|
πΌοΈ imageUrl | string | Main product image URL. |
πΉ title | string | title from the source listing. |
πΉ currentBid | string | currentBid from the source listing. |
πΉ image | string | image from the source listing. |
πΉ lot | string | lot from the source listing. |
πΉ category | string | category from the source listing. |
πΉ endTime | string | endTime from the source listing. |
πΉ url | string | url from the source listing. |
π scrapedAt | string | When this row was fetched. |
β error | string | Set only if the upstream response failed. |
Sample record
{"imageUrl": "https://...","title": "Rolex Submariner 1998","currentBid": 8400,"category": "Watches","lot": "L84829213","url": "https://www.catawiki.com","scrapedAt": "2026-06-05T13:00:00.000Z","error": null}
β¨ Why choose this Actor
| π | Works without a login, account, or API key. | | π§Ή | Cleans up upstream field names into snake friendly columns. | | π’ | Auto casts numeric strings to real numbers for spreadsheet imports. | | π | Surfaces upstream errors as a single diagnostic record rather than crashing. | | π | One field input. Run, download, done. | | πΎ | Push to dataset and pull any tabular format you need. |
π How it compares to alternatives
| Approach | Setup time | Clean keys? | Numeric casting? | Maintenance? |
|---|---|---|---|---|
| Roll your own scraper | hours | β | β | ongoing |
| Generic web scraper | minutes plus tuning | partial | β | ongoing |
| This Actor | 5 seconds | β | β | β |
π How to use
- Click Try for free.
- Enter a search term in
query. - Set
maxItemsto the number of records you want. - Click Start. Within seconds your dataset is ready to download.
πΌ Business use cases
π Pricing intelligence. Track how prices move across the Catawiki Auctions catalog by scheduling a daily run on your top SKUs.
πΌ Competitive benchmarking. Compare your own catalog against Catawiki Auctions to spot gaps and overlaps.
π° Market reporting. Snapshot listings on a fixed cadence to support newsroom or research stories.
π€ ML feature engineering. Build clean catalog datasets for recommendation, search, or pricing models.
π Automating Catawiki Auctions Scraper
- Make and Zapier trigger this actor on schedule, push results to Airtable, Slack, or your CRM.
- Cron schedule native Apify scheduler runs your job daily, weekly, or hourly.
- Webhooks get a POST the moment a run finishes.
- Warehouse pipes stream straight into BigQuery, Snowflake, or Postgres.
π Beyond business use cases
π Education. Teach data engineering or e commerce analytics with real catalog data.
π§ͺ Personal research. Track price history of items you care about without manual checking.
π€ Non profit and open data. Build transparent dashboards of public catalog pricing.
π§° Tinkering and prototyping. Spin up a product feed in seconds to test a new shop UI or data app.
π€ Ask an AI assistant about this scraper
Paste this README into ChatGPT, Claude, or any AI assistant and ask it to map your workflow to the actor inputs. The schema, examples, and field list above contain everything an LLM needs to design a working pipeline.
β Frequently Asked Questions
β Do I need an account or API key? No. https://www.catawiki.com pages are public and this actor reads only those.
β How many results can I get? Free users 10. Paid users up to 1,000,000 per run.
β Are values cast to numbers? Yes. Numeric fields are typed correctly so spreadsheets and pandas treat them as numbers.
β How do you handle blocks or errors? Upstream errors are pushed as a single diagnostic record instead of crashing the run.
β Can I schedule runs? Yes, use Apify scheduler or hook this actor into Make, Zapier, or cron.
β Is this scraping or an API? It is a public source read. We normalize whatever https://www.catawiki.com returns publicly.
β Will the schema change? Core fields are stable. Source specific extras are passed through when present.
β Can I filter by category or brand? Use the search query field to scope your run. Additional filters can be added on request.
β What formats can I download? Every tabular format Apify supports straight from the dataset UI.
β Is the data refreshed live? Yes. Every run hits https://www.catawiki.com fresh.
π Integrate with any app
Apify ships native integrations with Make, Zapier, Slack, Discord, Google Drive, Google Sheets, Gmail, Airbyte, Keboola, Telegram, GitHub, and any REST or webhook endpoint. Trigger runs from a calendar event, a form submission, a cron job, or pipe results straight into BigQuery, Snowflake, or a Postgres warehouse.
π Recommended Actors
| Actor | What it does |
|---|---|
| ParseForge Alpha Vantage Scraper | Public market data, FX and crypto quotes. |
| ParseForge OurAirports Scraper | Global airport database. |
| ParseForge Yahoo Finance Scraper | Equities, funds, indices. |
| ParseForge NBA Stats Scraper | Player and team stats from NBA. |
π‘ Pro Tip browse the complete ParseForge collection for 900+ production grade scrapers across business intelligence, real estate, e commerce, sports, finance, and public records.
Disclaimer. This actor reads only publicly available data. ParseForge is not affiliated with, endorsed by, or sponsored by any of the third party services referenced. Users are responsible for complying with the target site terms of service and applicable law. Create a free account w/ $5 credit.