Cardmarket Riftbound (League of Legends TCG) Trend Scraper avatar

Cardmarket Riftbound (League of Legends TCG) Trend Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Cardmarket Riftbound (League of Legends TCG) Trend Scraper

Cardmarket Riftbound (League of Legends TCG) Trend Scraper

Track Riftbound (Riot Games' League of Legends TCG) 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.

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

Cardmarket Riftbound Trend Scraper

What does Cardmarket Riftbound Trend Scraper do?

This Actor scrapes trending Riftbound (League of Legends TCG) cards from Cardmarket — Europe's largest trading-card marketplace. It supports both the Weekly Top Cards ranking and the Best Bargains list. 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 handle proxy rotation and retries automatically.

Why use Cardmarket Riftbound Trend Scraper?

  • First-mover advantage on a fresh TCG — Riftbound is Riot Games' brand-new League of Legends card game; price discovery is still volatile and the arbitrage window is wide.
  • Spot price spikes early — react to which Riftbound cards are pumping this week before your competitors do.
  • Source bargains — surface cards trading well under their historical trend.
  • 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.

How to use Cardmarket Riftbound 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.

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": "Jinx, Heart of Zaun",
"expansion": "Origins",
"expansionUrl": "https://www.cardmarket.com/en/Riftbound/Expansions/Origins",
"currentPriceEur": 19.99,
"imageUrl": "https://product-images.s3.cardmarket.com/74/ORI/801234/801234.jpg",
"productId": 801234,
"url": "https://www.cardmarket.com/en/Riftbound/Products/Singles/Origins/Jinx-Heart-of-Zaun",
"scrapedAt": "2026-05-08T18:30:00.000Z",
"sourceMode": "weekly-top-cards",
"game": "Riftbound"
}

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 Riftbound for this Actor

Image hotlinking — important

Cardmarket's image CDN is fronted by CloudFront with hotlink protection. Loading 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, Disney Lorcana, Flesh and Blood, Dragon Ball Super, One Piece and Yu-Gi-Oh! — 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. If Cardmarket changes the Riftbound URL slug (this is a brand-new TCG, the slug may evolve), report it via the Issues tab.

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