CryptoSlate Scraper avatar

CryptoSlate Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
CryptoSlate Scraper

CryptoSlate Scraper

Want to track the latest breaking news in the crypto space? This CryptoSlate scraper makes it super easy. Just choose a category (News, Analysis, asset-specific feeds like Bitcoin, Ethereum, Solana, XRP, DeFi, ETFs, and more), and the scraper will extract up to 250 full articles.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Marco Rodrigues

Marco Rodrigues

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Categories

Share

📰 CryptoSlate Scraper

Want to track crypto news, analysis, and market narratives? This CryptoSlate scraper makes it super easy!

Just choose a section or topic (News, Analysis, Bitcoin, Ethereum, Solana, XRP, DeFi, ETF, and more), set how many articles you want (up to 300), and export headlines, full text, sentiment, and author details as CSV or JSON.

CryptoSlate Website

💡 Perfect for…

  • Trading & market desks: Follow breaking headlines and sentiment around major tokens and ETFs.
  • Research & NLP: Use CryptoSlate's sentiment label or run your own models on full article text.
  • Alerts & bots: Feed fresh URLs and subtitles into Telegram, Discord, or trading assistants.
  • 📚 RAG & AI workflows: Index content so agents can cite CryptoSlate coverage.

✨ Why you'll love this scraper

  • 🎯 Real CryptoSlate feeds: News, Web3, Analysis, Regulation, Exchanges, asset feeds (Bitcoin, Ethereum, Solana, XRP), DeFi, Legal, Trading, Investments, Stablecoins, ETF, Mining, Technology, Adoption, Price Watch.
  • 📊 Built-in sentiment: Captures CryptoSlate's sentiment label when available (e.g. Bullish / Bearish).
  • 👤 Author & editor details: Name, profile URL, and social links when present.
  • 📢 Promoted flag: Marks sponsored/promoted pieces with is_promoted.
  • 🧹 Pay for what you get: Guide-style or thin pages mixed into feeds are skipped, so you may receive fewer rows than requested.

📦 What's inside the data?

For every article you get:

  • Core: url, title, subtitle, date, reading_time
  • Categorization: category, sub_category, is_promoted
  • Market: sentiment
  • Content: content
  • Author: author_name, author_url, author_x, author_linkedin
  • Editor: editor_name, editor_url

🚀 Quick start

  1. Choose your category (e.g. News, Analysis, Bitcoin, ETF).
  2. Set max_articles (up to 300). You may get fewer if thin pages are skipped.
  3. Click Start and export CSV, Excel, or JSON when done.

Example input

{
"category": "Bitcoin",
"max_articles": 20
}

Example output

{
"url": "https://cryptoslate.com/crypto-hacks-dont-end-when-the-money-is-gone/",
"title": "Why crypto hacks don’t end and continue even when the money is gone",
"subtitle": "A crypto exploit can empty a wallet in minutes…",
"date": "2026-03-22T20:25:54+00:00",
"content": "A crypto hack never ends when the wallet is drained…",
"is_promoted": false,
"category": "Analysis",
"sub_category": null,
"reading_time": " 4 min read",
"sentiment": " Negative ",
"author_name": " Andjela Radmilac ",
"author_url": "https://cryptoslate.com/author/andjela-radmilac/",
"author_x": "https://x.com/andjelaradmilac",
"author_linkedin": "https://www.linkedin.com/in/andjelaradmilac/",
"editor_name": " Liam 'Akiba' Wright ",
"editor_url": "https://cryptoslate.com/author/liam-akiba-wright/"
}
ParameterTypeRequiredDescription
categorystringYesCryptoSlate feed: News, Web3, Analysis, Regulation, Exchanges, Bitcoin, Ethereum, Solana, XRP, DeFi, Legal, Trading, Investments, Stablecoins, ETF, Mining, Technology, Adoption, Price Watch. Default: News.
max_articlesintegerNoTarget article count. Actual output may be lower after skipping thin pages. Min 10, max 300, default 100.