๐Ÿ“ Dev.to Articles Intelligence - Trending Dev Content avatar

๐Ÿ“ Dev.to Articles Intelligence - Trending Dev Content

Pricing

from $18.00 / 1,000 results

Go to Apify Store
๐Ÿ“ Dev.to Articles Intelligence - Trending Dev Content

๐Ÿ“ Dev.to Articles Intelligence - Trending Dev Content

Extract trending developer articles from Dev.to with AI engagement scoring. Filter by tags, reactions, comments, and reading time. Perfect for content discovery, research, and competitive analysis. Get top JavaScript, Python, React, and web development content with smart engagement metrics.

Pricing

from $18.00 / 1,000 results

Rating

0.0

(0)

Developer

ben

ben

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

0

Monthly active users

5 days ago

Last modified

Share

๐Ÿ“ Dev.to Articles Intelligence โ€” Trending Developer Content with AI Engagement Scores

Extract trending developer articles from Dev.to โ€” JavaScript, Python, React, AI and every other tech topic โ€” as clean, structured data with an AI engagement score on every post. Filter by tag, author, keyword, reactions, comments or reading time, then surface the content that's actually resonating with developers. Export to JSON/CSV/Excel, run on a schedule, call via API, or connect to Make, Zapier or n8n.

๐Ÿ“ What is the Dev.to Articles Intelligence?

It turns the Dev.to firehose into a structured, filterable dataset. Instead of scrolling the feed, you set your tags, keywords and engagement thresholds and it returns every matching article with full metadata, author details and a transparent 0โ€“100 engagement score that ranks the strongest content first โ€” so content marketers, developer-relations teams and researchers can find what's working, track competitors and discover rising topics without manual browsing.

What data does it extract?

  • Title, description and clean article URL (plus canonical URL, slug and path)
  • Reactions/likes (public_reactions_count) and comment count
  • Reading time in minutes and full tag list
  • Publish date, created/edited timestamps and last-comment time
  • Cover & social images and article language
  • Author details โ€” name, username, profile image, GitHub, Twitter and website
  • AI engagement score (0โ€“100) ranking how well each article is performing

โฌ‡๏ธ Input

Every field is optional โ€” leave them empty to pull the latest feed, or narrow it down:

FieldDescription
tagsFilter by tags, e.g. ["javascript", "python", "react"]; empty = all
usernameOnly articles from a specific author; empty = all authors
topTop articles for a period: 1 (today), 7 (week), 30 (month), 365 (year), infinity (all-time)
statefresh or rising to surface new/trending posts; empty = all
keywordsKeep only articles matching keywords in title/description/tags, e.g. ["AI", "machine learning"]
minReactionsMinimum reactions/likes
minCommentsMinimum number of comments
minReadingTimeMinimum reading time in minutes
maxResultsCap the run (1โ€“1000)
includeEngagementScoreToggle the AI engagement score on/off

Example input

{
"tags": ["javascript", "react"],
"top": "7",
"minReactions": 100,
"minComments": 10,
"maxResults": 100,
"includeEngagementScore": true
}

โฌ†๏ธ Output

Every article is one clean row (view as a table, or export JSON / CSV / Excel):

{
"id": 1547829,
"title": "Building Scalable APIs with Node.js",
"description": "Learn how to build production-ready APIs that handle millions of requests...",
"url": "https://dev.to/johndoe/building-scalable-apis-with-nodejs-4k2a",
"canonical_url": "https://dev.to/johndoe/building-scalable-apis-with-nodejs-4k2a",
"slug": "building-scalable-apis-with-nodejs-4k2a",
"path": "/johndoe/building-scalable-apis-with-nodejs-4k2a",
"published_at": "2026-06-25T10:00:00Z",
"readable_publish_date": "Jun 25",
"created_at": "2026-06-25T09:30:00Z",
"edited_at": null,
"last_comment_at": "2026-06-26T12:00:00Z",
"reading_time_minutes": 8,
"public_reactions_count": 245,
"comments_count": 32,
"tag_list": ["javascript", "node", "api", "backend"],
"tags": "javascript, node, api, backend",
"cover_image": "https://media.dev.to/cdn-cgi/image/.../cover.png",
"social_image": "https://media.dev.to/cdn-cgi/image/.../social.png",
"language": "en",
"author_name": "John Doe",
"author_username": "johndoe",
"author_profile_image": "https://media.dev.to/cdn-cgi/image/.../profile.png",
"author_github": "johndoe",
"author_twitter": "johndoe",
"author_website": "https://johndoe.dev",
"engagement_score": 87
}

๐Ÿ’ก Use cases

  • ๐Ÿ” Content discovery: find the top-performing articles in your stack (React, Python, AI) and build curated reading or newsletter lists.
  • ๐Ÿ“ฃ Developer marketing & DevRel: track which topics and angles win reactions and discussion so you can plan content that lands.
  • ๐Ÿ“ˆ Competitive & trend research: watch rising posts and specific tags to spot emerging tools and themes before they peak.
  • ๐Ÿ‘ค Author & community analytics: pull a single author's articles to benchmark engagement, or aggregate by tag for category insights.

๐Ÿงฎ How the engagement score works

A transparent 0โ€“100 score combining four factors: reactions/likes (up to 40 pts), comments (up to 30 pts), reading time as a quality signal (up to 20 pts) and recency (up to 10 pts). Higher scores flag viral, heavily-discussed and fresh articles โ€” use it to sort the feed and surface the content worth your attention first. Set includeEngagementScore to false if you only need raw metrics.

โ“ FAQ

How do I find trending Dev.to articles? Set the tags you care about and a top period (e.g. 7 for this week), then Run. You get structured articles with reactions, comments, reading time and an engagement score, ranked so the best rise to the top.

Can I filter by programming language or topic? Yes โ€” use tags for exact Dev.to tags like javascript, python or react, and keywords to match phrases anywhere in the title, description or tags.

Can I track a specific author? Yes โ€” set username to pull only that author's articles, which is ideal for benchmarking or monitoring competitors.

How do I find only high-engagement posts? Use minReactions, minComments and minReadingTime to keep only articles that clear your thresholds.

What is the engagement score? A transparent 0โ€“100 rating built from reactions, comments, reading time and recency, so you can sort by what's actually resonating.

Do I need an API key? No. It uses the public Dev.to API โ€” no key, login or authentication required.

How fresh is the data? Articles are fetched live on each run; use state: fresh or a short top window to focus on the newest content.

Can I run it on a schedule or via API? Yes โ€” schedule recurring runs in Apify, call it via the API/SDK, or connect it to Make, Zapier or n8n.

Is it legal? It collects publicly available content via Dev.to's public API. Use it responsibly for research and content discovery, and follow applicable laws and Dev.to's terms.

๐Ÿ”— You might also like


Keywords: Dev.to scraper, Dev.to API, developer articles, technical blog posts, content discovery, developer content, engagement score, trending dev articles, JavaScript articles, Python articles, React content, developer marketing, DevRel, content curation, programming blog scraper, tech content intelligence.