DEV.to Scraper — Articles, Tags & Authors avatar

DEV.to Scraper — Articles, Tags & Authors

Pricing

from $0.001 / article scraped

Go to Apify Store
DEV.to Scraper — Articles, Tags & Authors

DEV.to Scraper — Articles, Tags & Authors

Scrape articles from DEV Community (dev.to): title, description, URL, author, tags, reactions, comments, reading time, cover image and (optionally) the full article body. Filter by tag, author or top posts. One clean row per article as JSON, CSV or Excel.

Pricing

from $0.001 / article scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Scrape articles from DEV Community (dev.to) as clean, structured data. Filter by tag, author, or top posts over a time window — and get one row per article with title, description, URL, author, tags, reactions, comments, reading time, cover image and (optionally) the full Markdown body. Export to JSON, CSV or Excel, or pull straight from the API.

Perfect for developer content research, tech trend tracking, competitor and topic analysis, newsletters, content curation, and building article datasets for dashboards or LLMs.


What you get

One flat, ready-to-use record per article:

FieldDescription
id / slug / urlArticle identity and link
title / descriptionHeadline and summary
coverImageCover image URL
tagsArticle tags
author / authorNameUsername and display name
organizationPublishing organization (if any)
reactionsReaction count
commentsComment count
readingMinutesEstimated reading time
publishedAt / editedAtTimestamps (ISO 8601)
canonicalUrlCanonical URL
bodyMarkdownFull article body (when "Include full article body" is on)
collectedAtWhen the row was scraped

How to use

1. By tag, author, or latest

{
"tags": ["javascript", "python"],
"usernames": ["ben"],
"topDays": "7",
"includeBody": false,
"maxItems": 300
}
  • Tags — scrape articles for each tag (e.g. webdev, ai, react).
  • Authors — scrape all articles from given usernames.
  • Top posts over N days — return the most-reacted posts over a window (e.g. 7, 30) instead of newest.
  • Include full article body — also fetch each article's full Markdown.
  • Max articles — cap the total (0 = no limit).

Leave tags and authors empty to scrape the latest articles feed.


Example output

{
"id": 1899123,
"title": "FastAPI's new app.frontend() fixes everything",
"url": "https://dev.to/alexgeorgiev17/fastapis-new-appfrontend-…",
"tags": ["python", "fastapi", "webdev"],
"author": "alexgeorgiev17",
"reactions": 7,
"comments": 2,
"readingMinutes": 5,
"publishedAt": "2026-09-20T08:00:00Z",
"collectedAt": "2026-09-20T15:10:00.000Z"
}

Common use cases

  • Developer content research — see what's trending for a language, framework or topic.
  • Trend tracking — monitor tags and top posts over time.
  • Competitor & author analysis — pull an author's or organization's full catalog.
  • Newsletters & curation — build clean digests of the best posts.
  • Datasets — build structured article corpora for analysis or model training.

Frequently asked questions

Do I need any login, account or key? No. Just set tags or authors and run.

Can I get the full article text? Yes — enable Include full article body to add the Markdown body to each row.

Can I get the top posts of the week? Yes — set Top posts over N days (e.g. 7).

How many articles can I get? Set Max articles to whatever you need (0 = no limit) — the scraper pages through the results.

What format is the data? A flat table you can export as JSON, CSV or Excel, or fetch from the Apify API.


Building a tech-content toolkit? Check out our Hacker News scraper and other content scrapers on Apify Store — all with the same clean, one-row-per-item output.