Cardmarket Riftbound (League of Legends TCG) Trend Scraper
Pricing
from $1.00 / 1,000 results
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
Actor stats
1
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
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
- Click Try for free on this Actor's page.
- Pick Weekly Top Cards or Best Bargains in the Page to scrape dropdown.
- (Optional) Choose a Site language and lower Max results to test cheaply.
- Click Start — your first run is on the free tier.
- Open the Output tab to download the dataset as JSON, CSV, Excel, or HTML.
Input
| Field | Type | Default | Description |
|---|---|---|---|
mode | enum | weekly-top-cards | weekly-top-cards or best-bargains |
language | enum | en | Cardmarket UI language (en, fr, de, es, it) |
maxResults | integer | 100 | Cap on number of cards returned (1–500) |
proxyConfiguration | object | Apify Proxy, RESIDENTIAL group | Proxy settings — residential strongly recommended (Cloudflare-protected) |
debugSaveHtml | boolean | false | Save 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
| Field | Type | Description |
|---|---|---|
rank | number | Position on the trend page (1-indexed) |
cardName | string | Full card title as listed by Cardmarket |
expansion | string | Set / expansion the card belongs to |
expansionUrl | string | Absolute URL to the expansion's Cardmarket page |
currentPriceEur | number | Current price in EUR |
imageUrl | string | Direct CDN URL to the card thumbnail (see hotlinking note) |
productId | number | Cardmarket internal numeric product ID (stable join key) |
url | string | Direct URL to the card's product page |
scrapedAt | string | ISO 8601 timestamp |
sourceMode | string | weekly-top-cards or best-bargains |
game | string | Always 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
Refererheader - ❌ Direct embed in Notion, Airtable image columns, browser tab
How much does it cost to scrape Cardmarket Riftbound trends?
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: 25for a cheap smoke-test before scheduling a 500-row daily run. - Key on
productIdorurlwhen 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.