Cardmarket One Piece Card Game Trend Scraper
Pricing
from $1.00 / 1,000 results
Cardmarket One Piece Card Game Trend Scraper
Track One Piece Card Game 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
Actor stats
1
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
What does Cardmarket One Piece Card Game Trend Scraper do?
This Actor scrapes trending One Piece Card Game 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 One Piece Card Game Trend Scraper?
- Spot price spikes early — react to which One Piece 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 One Piece Card Game 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": "Monkey D. Luffy (OP01-001)","expansion": "Romance Dawn","expansionUrl": "https://www.cardmarket.com/en/OnePiece/Expansions/Romance-Dawn","currentPriceEur": 45.00,"imageUrl": "https://product-images.s3.cardmarket.com/72/RD/612345/612345.jpg","productId": 612345,"url": "https://www.cardmarket.com/en/OnePiece/Products/Singles/Romance-Dawn/Monkey-D-Luffy-OP01-001","scrapedAt": "2026-05-08T18:30:00.000Z","sourceMode": "weekly-top-cards","game": "OnePiece"}
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 OnePiece 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 One Piece 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, Riftbound 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.
Bug or custom variant? Use the Issues tab on this Actor's page.