DEV.to Scraper avatar

DEV.to Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
DEV.to Scraper

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

Daniel

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

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

ParameterTypeDefaultDescription
modestringarticlesarticles, search, or tags
sortstringlatestlatest, top_week, top_month, top_year
tagstringFilter by tag (articles mode)
usernamestringFilter by author (articles mode)
querystringSearch query (search mode)
max_itemsinteger10Maximum items to return
include_bodybooleanfalseFetch 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.