Cardmarket Disney Lorcana Trend Scraper avatar

Cardmarket Disney Lorcana Trend Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Cardmarket Disney Lorcana Trend Scraper

Cardmarket Disney Lorcana Trend Scraper

Track Disney Lorcana prices on Cardmarket — Europe's largest trading-card marketplace. Scrape Weekly Top Cards and Best Bargains. Returns ranked cards with stable productId, expansion, current EUR price, thumbnail and product URL. Built for arbitrage, price alerts and BI dashboards.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

scrap_them_all

scrap_them_all

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

What does Cardmarket Disney Lorcana Trend Scraper do?

This Actor scrapes trending Disney Lorcana cards from Cardmarket — Europe's largest trading-card marketplace. It supports both the Weekly Top Cards ranking (the most-sold singles of the week) and the Best Bargains list (cards currently priced below their long-term trend). Each result includes the card name, expansion, current EUR price and a direct product URL.

Run it once from the Apify Console to try it, or call it from the Apify API on any schedule, route the dataset into your warehouse, BI tool, or webhook — and let Apify rotate residential proxies and retry failed requests automatically so you never have to babysit a Cloudflare-protected site.

Why use Cardmarket Disney Lorcana Trend Scraper?

  • Spot price spikes early — react to which Lorcana singles are pumping this week before your competitors do.
  • Source bargains — surface cards trading well under their historical trend for arbitrage or personal collection.
  • Power dashboards & alerts — pipe structured JSON into Google Sheets, Airtable, Slack or your own backend.
  • No bot-detection headaches — Apify's residential proxy network handles Cardmarket's Cloudflare challenge for you.
  • Stable schema — built specifically for Cardmarket's trend pages, not a generic crawler.

How to use Cardmarket Disney Lorcana Trend Scraper

  1. Click Try for free on this Actor's page.
  2. Pick Weekly Top Cards or Best Bargains in the Page to scrape dropdown.
  3. (Optional) Choose a Site language and lower Max results to test cheaply.
  4. Click Start — your first run is on the free tier.
  5. Open the Output tab to download the dataset as JSON, CSV, Excel, or HTML.

To automate it, hit Schedule or call the Run actor API endpoint.

Input

FieldTypeDefaultDescription
modeenumweekly-top-cardsweekly-top-cards or best-bargains
languageenumenCardmarket UI language (en, fr, de, es, it)
maxResultsinteger100Cap on number of cards returned (1–500)
proxyConfigurationobjectApify Proxy, RESIDENTIAL groupProxy settings — residential strongly recommended (Cloudflare-protected)
debugSaveHtmlbooleanfalseSave raw HTML to KV store under PAGE_HTML for selector debugging

Output

{
"rank": 1,
"cardName": "Mickey Mouse - Brave Little Tailor",
"expansion": "The First Chapter",
"expansionUrl": "https://www.cardmarket.com/en/Lorcana/Expansions/The-First-Chapter",
"currentPriceEur": 89.99,
"imageUrl": "https://product-images.s3.cardmarket.com/64/TFC/661234/661234.jpg",
"productId": 661234,
"url": "https://www.cardmarket.com/en/Lorcana/Products/Singles/The-First-Chapter/Mickey-Mouse-Brave-Little-Tailor",
"scrapedAt": "2026-05-08T18:30:00.000Z",
"sourceMode": "weekly-top-cards",
"game": "Lorcana"
}

You can download the dataset in JSON, CSV, Excel, or HTML from the Output tab.

Data table

FieldTypeDescription
ranknumberPosition on the trend page (1-indexed)
cardNamestringFull card title as listed by Cardmarket
expansionstringSet / expansion the card belongs to
expansionUrlstringAbsolute URL to the expansion's Cardmarket page
currentPriceEurnumberCurrent price in EUR
imageUrlstringDirect CDN URL to the card thumbnail (see hotlinking note)
productIdnumberCardmarket internal numeric product ID (stable join key)
urlstringDirect URL to the card's product page
scrapedAtstringISO 8601 timestamp
sourceModestringweekly-top-cards or best-bargains
gamestringAlways Lorcana for this Actor

Image hotlinking — important

Cardmarket's image CDN is fronted by CloudFront with hotlink protection. Loading the imageUrl directly returns HTTP 403 — the image only resolves when the request includes a Referer header set to a Cardmarket domain.

  • ✅ Server-side fetching (curl, fetch, ETL) with Referer: https://www.cardmarket.com/
  • ✅ Make / Zapier / n8n HTTP modules with custom Referer header
  • ❌ Direct embed in Notion, Airtable image columns, browser tab

Pay-Per-Event (PPE): a typical run of 100 cards costs around $0.10. The free tier covers thousands of results before you hit a paid plan.

Tips and advanced options

  • Use maxResults: 25 for a cheap smoke-test before scheduling a 500-row daily run.
  • Key on productId or url when joining with your own database.
  • Sister Actors cover Pokémon TCG, Magic: The Gathering, Flesh and Blood and Dragon Ball Super Card Game — same schema.

FAQ, disclaimers and support

Is scraping Cardmarket legal? This Actor extracts only publicly visible price information; you remain responsible for complying with Cardmarket's Terms of Service and any applicable laws.

My run got blocked / returned 0 rows. Cardmarket sits behind Cloudflare. Make sure proxyConfiguration uses the RESIDENTIAL group (the default). If issues persist, enable debugSaveHtml: true and inspect the dump.

Bug or custom variant? Use the Issues tab on this Actor's page.