CryptoPanic Scraper avatar

CryptoPanic Scraper

Pricing

from $0.80 / 1,000 results

Go to Apify Store
CryptoPanic Scraper

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.

Pricing

from $0.80 / 1,000 results

Rating

0.0

(0)

Developer

Andrew

Andrew

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

📰 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

FieldRequiredDefaultWhat it does
CategorynoAll NewsWhich CryptoPanic feed to scrape (matches the left-nav on the site).
FilternoShow AllSub-filter inside the chosen category — Hot, Rising, Bullish, Bearish, Important, LOL, Top Saved, Commented.
Max itemsno100Maximum number of news articles to scrape. CryptoPanic limits to ~750 articles per session.
Max pagesno20Maximum number of feed pages to fetch. Each page returns up to 50 articles.
ProxynoApify ResidentialRecommended 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"
}
FieldNotes
headlinePost title as displayed on the site.
urlPermalink back to the post on cryptopanic.com.
sourcePublisher domain (e.g. theblock.co) or @handle for tweets.
publishedAtAbsolute publish timestamp (UTC).
publishedRelativeRelative date the way CryptoPanic shows it (20min, 1h, 4w, 3mon).
coinsCurrency tickers tagged on the post.
votesPositive / votesNegative / votesImportant / votesLol / votesLiked / votesDisliked / votesToxic / votesSavedVote counts shown on the post. 0 if it has no votes yet.
commentsCountNumber of comments on the post.
scrapedAtWhen 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.