Delcampe Scraper avatar

Delcampe Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Delcampe Scraper

Delcampe Scraper

Scrape collectible lots from delcampe.net search. Use a keyword or paste a Delcampe URL — the URL wins when set.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Marco Rodrigues

Marco Rodrigues

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

🏷️ Delcampe Scraper

Want Delcampe collectible lots in a spreadsheet? This scraper makes it easy.

Use structured filters (keyword, category, buy now vs auction, price, seller country) — structured filters work better for AI agents — or paste an input_url from Delcampe once you've already filtered in the browser. When input_url is set it overrides the filters below.

Delcampe is a large collectibles marketplace (stamps, postcards, coins, vinyl). A stamp search has thousands of pages. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Collectors: Export lot titles, prices, and URLs for a topic.
  • Dashboards: Track new Delcampe hits without paging the site.
  • Market research: Slice collectibles by category, sale type, or seller country.
  • Data analysts: Export structured Delcampe rows with public lot URLs.
  • 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live Delcampe results.
  • 📚 RAG Systems: Feed titles and prices into retrieval pipelines.
  • 🔗 AI Workflows: Plug into LangChain, AutoGPT, CrewAI, and similar stacks.

✨ Why you'll love this scraper

  • 🔗 Input URL or Filters: Paste a Delcampe search URL (input_url) if you already filtered in the browser, or use structured filters (better for AI agents). input_url always wins when set.
  • 🎯 Website-Matched Filters: Same keyword, category, listing type, ongoing vs sold, price, seller location, sort, store deals, and free shipping as Delcampe.
  • 🌐 Listing cards: Title, price, sale type, seller type, category, bids, photo, and lot URL.

📦 What's inside the data?

Every row includes all of these fields:

  • Core: id, url, title, category, subcategory, source
  • Price: price, currency
  • Sale: listing_type, bids, free_shipping, is_ad, is_new
  • Seller / media: seller_type, image_url

🚀 Quick start

Option A — Input URL

  1. Open Delcampe search, apply filters, copy the URL.
  2. Paste it into input_url.
  3. Set max_results and click Start.

Option B — Structured filters (better for AI agents)

  1. Leave input_url empty.
  2. Type a keyword and optionally pick category, listing type, price, and seller country.
  3. Set max_results (up to 2000) and click Start.

Tech details for developers 🧑‍💻

Input Example (filters):

{
"term": "stamp",
"category": "30001",
"listing_type": "buy_now",
"listing_status": "ongoing",
"seller_country": "FR",
"sort": "newest",
"max_results": 100
}

Input Example (URL override):

{
"input_url": "https://www.delcampe.net/en_US/collectibles/search?term=coin",
"max_results": 50
}

Output Example:

{
"id": "2513501222",
"url": "https://www.delcampe.net/en_US/collectibles/stamps/denmark/unused-stamps-1/probedruck-test-stamp-specimen-prove-grundtvig-kirke-slania-1968-2513501222.html",
"title": "Probedruck Test Stamp Specimen Prøve Grundtvig Kirke Slania 1968",
"price": 240,
"currency": "EUR",
"listing_type": "Fixed price",
"seller_type": "Private individual",
"category": "Stamps",
"subcategory": "Denmark",
"bids": null,
"free_shipping": true,
"is_ad": true,
"is_new": false,
"image_url": "https://www.delcampe.net/static/img_thumb/auction/002/513/501/222_001.jpg?v=4",
"source": "delcampe"
}

Output fields:

FieldDescription
idNumeric lot id.
urlPublic lot page on Delcampe.
titleLot title from the card.
priceAsking or current bid price when shown.
currencyCurrency on the card, such as EUR.
listing_typeBuy now, auction, or auction house.
seller_typePrivate individual or professional.
categoryCollectible group, such as Stamps.
subcategoryFiner group from the lot URL, such as Denmark.
bidsNumber of bids when the card shows one.
free_shippingWhether the card marks free shipping.
is_adWhether Delcampe marked the lot as an ad.
is_newWhether the card marks the lot as new.
image_urlFirst thumbnail.
sourceAlways delcampe.

📋 Input reference (detailed)

ParameterTypeRequiredDefaultDescription
input_urlstringNoPaste a Delcampe search URL; overrides every filter when set.
termstringNostampSame as the Delcampe search box.
excluded_termsstringNoWords to leave out, separated by commas.
categorystring enumNoallStamps, Postcards, Coins & Banknotes, Photography, Books, Magazines, Comics, Badges, Phonecards, Old Paper, Army & war, Art & Antiquities, Bar & Food, Games, Toys & Figurines, Jewels & Clocks, Modern Collectible Cards, Scale models & Model making, Video games, Vinyl records, Other themes & collections.
listing_typestring enumNoanyAny type, buy now, auction, or auction houses.
listing_statusstring enumNoongoingOngoing or sold.
price_minintegerNoLowest price.
price_maxintegerNoHighest price.
seller_continentstring enumNoanywhereEurope, North America, South America, Central America, Asia, Africa, Oceania.
seller_countrystring enumNoanyBelgium, France, Germany, Netherlands, Italy, Spain, United Kingdom, United States, Switzerland, Austria, Poland, Portugal, Luxembourg, Ireland, Canada, Australia, Brazil, Japan, China, Czechia, Hungary, Romania, Greece, Sweden, Denmark, Norway, Finland.
sortstring enumNonewestMost recent first, closing soon first, least expensive first, most expensive first, title A–Z.
store_dealsbooleanNofalseOnly store deals.
free_shippingbooleanNofalseOnly lots with free shipping.
max_resultsintegerNo50Maximum rows (12000).

Notes on filters

  • Prefer the Apify input dropdowns — they use the same labels as Delcampe.
  • input_url always wins over the other filters when provided.
  • Leave category empty to search all collectible groups.