Cointelegraph Search Scraper
Under maintenancePricing
Pay per usage
Go to Apify Store
Cointelegraph Search Scraper
Under maintenanceScrape Cointelegraph news articles by keyword tag search. Extract titles, authors, publish dates, images, and article URLs for crypto news monitoring and analysis.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
codingfrontend
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
4 days ago
Last modified
Categories
Share
Scrape Cointelegraph news articles by keyword/tag search. Extract titles, authors, publish times, categories, and article URLs for crypto news monitoring and analysis.
Features
- Search by any keyword or topic (translates to Cointelegraph tag URLs)
- Multi-page pagination support
- Extracts article title, URL, author, publish time, category, and thumbnail image
- Lightweight CheerioCrawler — no browser needed (server-side rendered pages)
Input
| Field | Type | Default | Description |
|---|---|---|---|
query | string | (required) | Keyword/topic (e.g. bitcoin, ethereum, nft) |
maxItems | integer | 50 | Maximum articles to return |
Output
| Field | Description |
|---|---|
position | Result rank |
title | Article headline |
articleUrl | Full URL to the article |
category | Category (from URL path, e.g. markets, technology) |
authorName | Author name |
authorUrl | Link to author profile |
imageUrl | Article thumbnail image |
publishedAt | Relative publish time (e.g. "5 hours ago") |
searchQuery | Original search query |
tagSlug | Tag slug used in the URL |
Example
{"query": "ethereum","maxItems": 100}