Sixbid Scraper avatar

Sixbid Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Sixbid Scraper

Sixbid Scraper

Scrape numismatic auction lots from sixbid.com. Use the same lot-search filters as the site or paste a URL — the URL wins when set.

Pricing

from $1.50 / 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

2 days ago

Last modified

Categories

Share

🏛️ Sixbid Scraper

Want Sixbid auction lots in a spreadsheet? This scraper makes it easy.

Use structured filters — better for AI agents — or paste an input_url. When input_url is set it overrides the filters.

Sixbid aggregates numismatic auctions from houses such as Künker, CNG, and Peus. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Retail / collectors: Export live listings from Sixbid.
  • Dashboards: Track prices without paging the site.
  • Market research: Slice the catalog with the same filters as the website.
  • Data analysts: Export structured rows with public URLs.
  • 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live Sixbid results.
  • 📚 RAG Systems: Feed titles, brands, 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 Sixbid search, auction, or lot URL, or pick the same filters as the site. input_url always wins when set.
  • 🎯 Website-Matched Filters: Keyword, auction house, upcoming or past, currency, price, and sort — the same controls as the lot search.
  • 🌐 Listing cards: Title, estimate or starting price, house, photo, and public URL.

📦 What's inside the data?

id, url, title, price, currency, brand, image, house, lot_number, estimate, realised, auction, category, country, ends

🚀 Quick start

Option A: paste https://www.sixbid.com/en/search?term=denarius. Option B: type denarius, pick Upcoming, and set max_results.

Input Example (filters):

{
"query": "denarius",
"mode": "upcoming",
"max_results": 100
}

Input Example (URL):

{
"input_url": "https://www.sixbid.com/en/search?term=denarius",
"max_results": 100
}

Output Example:

{
"id": "12501671",
"url": "https://www.sixbid.com/en/astarte/14093/roman-republic/12501671/safra-series-likely-a-sp",
"title": "SAFRA series, likely a Sp. Afranius, circa 150 BC. Denarius (Silver, 18.25 mm, 3.73 g).",
"price": 40.0,
"currency": "EUR",
"brand": "Astarte",
"image": "https://image-cdn.sixbid.com/v7/lots/12501671?p=lot_m",
"house": "Astarte S.A.",
"lot_number": "171",
"estimate": 0.0,
"realised": null,
"auction": "Web Auction 14",
"category": "Roman Republic",
"country": "CHE",
"ends": "2026-10-19 15:00:00"
}

Output fields:

FieldDescription
idSixbid lot id.
urlPublic lot page.
titleLot description.
priceStarting price or estimate.
currencyAuction currency.
brandShort house name.
imageLot photo when published.
houseFull auction-house name.
lot_numberLot number in the sale.
estimateEstimate when shown.
realisedHammer price when sold.
auctionSale name.
categoryCollecting area.
countryHouse country.
endsSession or auction end.

📋 Input reference

ParameterTypeRequiredDefaultDescription
input_urlstringNo—Sixbid search, auction, or lot URL. Overrides every filter.
querystringNo—Same as the lot search box.
housedropdownNoanyAuction house.
modedropdownNoUpcomingUpcoming, past, or all.
currencydropdownNoanyEUR, USD, GBP, CHF.
price_minnumberNo—Lowest starting price.
price_maxnumberNo—Highest starting price.
sortdropdownNoRelevanceRelevance, newest, price, lot number.
max_resultsintegerNo50Maximum rows (1–2000).