Dev.to Article Tracker — New Posts by Tag avatar

Dev.to Article Tracker — New Posts by Tag

Pricing

$10.00 / 1,000 article searches

Go to Apify Store
Dev.to Article Tracker — New Posts by Tag

Dev.to Article Tracker — New Posts by Tag

Track new dev.to articles by tag. Get title, description, author, reaction/comment counts, and link the moment a new post goes live, for content research and topic monitoring.

Pricing

$10.00 / 1,000 article searches

Rating

0.0

(0)

Developer

Timothy Kelvin

Timothy Kelvin

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

18 days ago

Last modified

Categories

Share

Track new dev.to articles by tag. Get the title, description, author, reaction/comment counts, and link the moment a new post goes live.

Built for content marketing and DevRel teams researching what's being published on a topic, and for anyone curating a digest of a tag without refreshing dev.to by hand.

Input

{
"tag": "rust",
"minReactions": 0,
"daysBack": 7,
"maxResults": 25
}
FieldTypeDescription
tagstring (optional)dev.to tag to filter by, e.g. "rust", "webdev", "javascript", "ai". Leave blank for all recent articles.
minReactionsnumberOnly return articles with at least this many public reactions. Default 0.
daysBacknumberHow many days back from today to search, by publish date. Default 7, max 90.
maxResultsnumberMax articles to return, most recently published first. Default 25, max 100.

Output

One record per article:

{
"id": 4399163,
"title": "Serving Gemma4 with Rust on vLLM",
"description": "Step-by-step: getting vLLM's Rust frontend built and running on an aarch64 EC2 G5g box.",
"tags": ["rust", "vllm", "aws", "cuda"],
"author": "xbill",
"organization": "Google Developer Experts",
"publicReactionsCount": 0,
"commentsCount": 0,
"readingTimeMinutes": 10,
"publishedAt": "2026-08-14T20:43:34Z",
"url": "https://dev.to/gde/serving-gemma4-with-rust-for-vllm-372l"
}

A search with no matching articles returns no items but is still billed once for the search.

How it works

Direct calls to the official dev.to (Forem) API (dev.to/api) — no proxy, no key, no scraping. Free and open, no registration required.

Pricing note

Billed per search, not per article returned — one charge whether the search returns 0 articles or 100.