CryptoSlate Crypto News & Data Scraper avatar

CryptoSlate Crypto News & Data Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
CryptoSlate Crypto News & Data Scraper

CryptoSlate Crypto News & Data Scraper

Scrape CryptoSlate.com - latest crypto news articles, coin market data, article details, and news search. No API key required.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Scrape crypto news articles and coin market data from CryptoSlate.com — one of the most respected crypto media and data platforms. Get the latest news, full article content, coin prices, and more. No API key required.

What data can you get?

  • Latest news — recent crypto news articles with titles, authors, dates, and tags
  • Coin market data — live prices, market caps, volumes, and percentage changes for 100+ coins
  • Article details — full article text for a specific URL
  • News search — find articles by keyword

Input

ParameterTypeDescription
modeSelectnews, coins, searchNews, articleDetails
keywordStringSearch keyword for searchNews mode
articleUrlStringFull article URL for articleDetails mode
categorySelectFilter news by category: bitcoin, ethereum, defi, nft, altcoins, regulation, market, analysis, web3, security
maxItemsIntegerMaximum records to return (1–500, default: 50)

Output — News Article

{
"title": "XRP's 15-week low puts ETF inflows to the spot-market test",
"summary": "XRP's latest drop has turned bullish flows into a live test of market control.",
"published_date": "2026-06-01T20:15:41+01:00",
"author": "Liam Wright",
"tags": ["Analysis", "ETF", "Market"],
"category": "Analysis",
"image_url": "https://cryptoslate.com/wp-content/uploads/...",
"url": "https://cryptoslate.com/xrps-15-week-low-puts-etf-inflows/",
"recordType": "news_article",
"scrapedAt": "2026-06-02T10:00:00+00:00"
}

Output — Coin

{
"coin_name": "Bitcoin",
"symbol": "BTC",
"price_usd": "103,567.89",
"percent_change_24h": "+2.5%",
"percent_change_7d": "+5.1%",
"market_cap": "$2.04T",
"volume_24h": "$45.2B",
"rank": 1,
"url": "https://cryptoslate.com/coins/bitcoin/",
"recordType": "coin",
"scrapedAt": "2026-06-02T10:00:00+00:00"
}

Use Cases

  • News monitoring — track crypto headlines and market sentiment in real time
  • Content aggregation — build crypto news feeds and newsletters
  • Research automation — collect articles on specific topics (DeFi, regulation, etc.)
  • Price tracking — monitor coin prices and changes directly from CryptoSlate
  • Media analysis — analyze author output, category trends, and coverage patterns

FAQs

How many news articles can I get? The news mode fetches from both the RSS feed (up to 10 latest) and HTML news pages. Use maxItems up to 500 to get more articles.

Can I filter news by topic? Yes — use the category filter to restrict results to specific topics like bitcoin, defi, or regulation.

Does this include full article text? Use mode=articleDetails with a specific article URL to get the full article content. The news mode returns summaries/excerpts.

Is CryptoSlate accessible without JavaScript? Yes — CryptoSlate's news and coins pages render server-side HTML, making them accessible with a standard HTTP client without browser automation.

How often should I run this? For news monitoring, run hourly. For coin prices, run every 5–15 minutes depending on your needs.