DEV.to Scraper
Pricing
from $1.00 / 1,000 results
DEV.to Scraper
Scrape articles, search results, and tags from DEV.to (dev.to). Supports latest, top, by tag, by username, search, and tag listing. Uses the official Forem API for fast, reliable data extraction.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
Daniel
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Categories
Share
Apify Actor that scrapes articles, search results, and tags from DEV.to using the official Forem API.
Features
- List articles — latest, top (week/month/year), filtered by tag or username
- Search articles — full-text search via the DEV.to search API
- List tags — popular tags with metadata
- Optional full body — fetch complete article markdown (one extra API call per article)
Input
| Parameter | Type | Default | Description |
|---|---|---|---|
mode | string | articles | articles, search, or tags |
sort | string | latest | latest, top_week, top_month, top_year |
tag | string | Filter by tag (articles mode) | |
username | string | Filter by author (articles mode) | |
query | string | Search query (search mode) | |
max_items | integer | 10 | Maximum items to return |
include_body | boolean | false | Fetch full article body (slower) |
Output
Each article includes: id, title, url, author, author_username, tags, published_at, reading_time_minutes, reactions_count, comments_count, description, cover_image.
Tags include: id, name, bg_color_hex, text_color_hex, short_summary.
API
Uses the Forem API v1 — no API key required, no browser needed.
