Dev.to Scraper
Pricing
from $0.50 / 1,000 results
Go to Apify Store
Dev.to Scraper
Scrape articles from Dev.to via the official Dev.to API. Fetch latest articles, articles by tag, or articles by user.
Pricing
from $0.50 / 1,000 results
Rating
0.0
(0)
Developer
Moeeze Hassan
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
An Apify Python actor that fetches articles from Dev.to via the official Dev.to (Forem) API.
Features
- Latest — fetch the most recent articles
- Tags — fetch articles filtered by a specific tag
- User — fetch articles by a specific username
Input
| Field | Type | Default | Description |
|---|---|---|---|
mode | select | latest | latest / tags / user |
tag | string | — | Tag to filter by (required for tags mode) |
username | string | — | Dev.to username (required for user mode) |
maxResults | integer | 30 | Maximum number of articles to return |
perPage | integer | 30 | Articles per API page |
apiKey | string | — | Optional Dev.to API key for higher rate limits |
Output
Each result contains: id, title, url, description, tags, publishedAt, readingTimeMinutes, reactionsCount, commentsCount, user.
API
Uses the Dev.to (Forem) API at https://dev.to/api/articles. An optional API key can be supplied for higher rate limits.