CryptoPanic Scraper
Pricing
from $0.80 / 1,000 results
Go to Apify Store
CryptoPanic Scraper
Scrape CryptoPanic posts (any category, any filter) and get the resolved underlying source URL — article, tweet or YouTube — for every item in one pass.
📰 CryptoPanic Scraper
Scrapes cryptopanic.com and returns clean, structured post data — articles, tweets, and YouTube videos — with the resolved underlying source URL for every item, in a single run. ⚡
🎛️ Inputs
| Field | Required | Default | What it does |
|---|---|---|---|
| Category | no | All News | Which CryptoPanic feed to scrape (matches the left-nav on the site). |
| Filter | no | Show All | Sub-filter inside the chosen category — Hot, Rising, Bullish, Bearish, Important, LOL, Top Saved, Commented. |
| Max items | no | 100 | Maximum number of news articles to scrape. CryptoPanic limits to ~750 articles per session. |
| Max pages | no | 20 | Maximum number of feed pages to fetch. Each page returns up to 50 articles. |
| Proxy | no | Apify Residential | Recommended to avoid bot mitigation. |
📦 Output
One dataset record per post:
{"headline": "Bitcoin's Last Shot at Breakout: Can BTC Push Above $80K Before It's Too Late?","url": "https://cryptopanic.com/news/32004086/Bitcoins-Last-Shot-at-Breakout-Can-BTC-Push-Above-80K-Before-Its-Too-Late","source": "cryptodaily.co.uk","publishedAt": "Thu Apr 30 2026 09:31:17 GMT+0000 (Coordinated Universal Time)","publishedRelative": "20min","coins": ["BTC"],"votesPositive": 5,"votesNegative": 0,"votesImportant": 2,"votesLol": 0,"votesLiked": 3,"votesDisliked": 0,"votesToxic": 0,"votesSaved": 0,"commentsCount": 0,"scrapedAt": "2026-04-30T09:32:00.000Z","sourceUrl": "https://cryptodaily.co.uk/2026/04/bitcoins-last-shot-at-breakout-can-btc-push-above-80k-before-its-too-late"}
| Field | Notes |
|---|---|
headline | Post title as displayed on the site. |
url | Permalink back to the post on cryptopanic.com. |
source | Publisher domain (e.g. theblock.co) or @handle for tweets. |
publishedAt | Absolute publish timestamp (UTC). |
publishedRelative | Relative date the way CryptoPanic shows it (20min, 1h, 4w, 3mon). |
coins | Currency tickers tagged on the post. |
votesPositive / votesNegative / votesImportant / votesLol / votesLiked / votesDisliked / votesToxic / votesSaved | Vote counts shown on the post. 0 if it has no votes yet. |
commentsCount | Number of comments on the post. |
scrapedAt | When this record was produced. |
sourceUrl | 🎯 The resolved external URL. Article URL, tweet URL, or YouTube watch URL. |
Sponsored placements are filtered out before the dataset is written.