# Dev.to Top Articles Scraper - Tags, Reactions, Comments (`fetchcraft/devto-top-articles-scraper`) Actor

Scrape top dev.to articles by reaction count. Filter by tag (ai, webdev, javascript, python, rust, etc), time window (today, week, month, year), and minimum reactions. Returns title, URL, author, reactions, comments, tags. Useful for tech content research. $0.005 per article. Free preview.

- **URL**: https://apify.com/fetchcraft/devto-top-articles-scraper.md
- **Developed by:** [Emily Ward](https://apify.com/fetchcraft) (community)
- **Categories:** Developer tools, Social media, Marketing
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$3.00 / 1,000 article returneds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Dev.to Top Articles Scraper

![Dev.to Top Articles Scraper - Tags, Reactions, Comments](https://ai-sales-personalizer.vercel.app/og/devto-top-articles-scraper.png)

**Pulls the top articles from Dev.to over a configurable time window. Returns article metadata plus author handle, profile URL, Twitter, GitHub, and website. Filter by tag. Pairs with the AI Sales Personalizer for outreach to influential developer authors.**

### What you get back per article

| Field | Description |
| --- | --- |
| `id` | Dev.to article ID |
| `title` | Article title |
| `description` | First-paragraph summary |
| `url` | Article URL |
| `author` | Dev.to username |
| `author_name` | Display name |
| `author_url` | Author's Dev.to profile |
| `author_website` | Their personal site (if set) |
| `author_twitter` | Twitter handle (if set) |
| `author_github` | GitHub handle (if set) |
| `tags` | Comma-separated Dev.to tags |
| `reactions` | Public reactions count |
| `comments` | Comments count |
| `reading_time_minutes` | Estimated reading time |
| `published_at` | Publish timestamp |

### Pricing

- **Preview mode**: $0 (5 articles, no charges)
- **Standard**: $0.005 per article returned

Typical run for "AI tag, top 7 days" = 30 to 80 articles = $0.15 to $0.40.

### Use cases

**Devtools companies** use Dev.to top articles to identify influential authors writing about their category. An author who writes a top-ranking "review of X" article is the ideal partnership / sponsorship / customer target.

**Recruiters** at AI / devtools companies use the author lists for sourcing candidates with proven technical writing skills and audience.

**Content marketers** monitor top articles to identify the topics gaining traction in their category, then write competing/complementary content.

**Community managers** identify their target audience's most-read authors to invite as guest speakers, podcast guests, or partner content collaborators.

### How to use it

1. Click **Try for free** with `preview_mode` ticked.
2. Set `top_days`: 1 (today), 7 (this week), 30 (this month).
3. (Optional) Set `tag`: 'ai', 'webdev', 'javascript', 'rust', 'python', etc.
4. (Optional) `min_reactions`: 10 default, 50+ for popular only.
5. Hit Start.

### Pipeline: combine with AI Sales Personalizer

1. Run this with `tag: ai`, `top_days: 30`, `min_reactions: 50`. Get back 50 to 200 authors of trending AI articles.
2. Take the `author_website` column (the authors who set a personal site). Typically 30 to 50 percent of authors.
3. Feed those URLs into **AI Sales Personalizer**.
4. Get back personalized openers referencing the author's own site and content.

Total monthly cost: $1 (Dev.to scrape) + ~$10 (50 personalizations at $0.15) = $11/month for fresh influencer-tier developer prospects with personalized first touches.

### Sister actors

- **AI Sales Personalizer**: turns author URLs into personalized cold openers
- **GitHub Trending Scraper**: complementary OSS-maintainer leads
- **HN Who Is Hiring Scraper**: complementary hiring signals
- **Show HN Lead Scraper**: complementary product-launch leads
- **ProductHunt Daily Launches Scraper**: complementary product-launch leads
- **Greenhouse Public Jobs Scraper**: complementary per-company hiring monitoring

Pairing the full seven-actor portfolio gives the most complete developer-audience B2B intelligence available on Apify Store for under $20/month.

### What this does NOT do

- Does not pull article body content (the `url` is provided so you can fetch separately if needed)
- Does not authenticate with Dev.to user accounts
- Does not extract email addresses (use Hunter, Clearbit, or your own enrichment)

### Tips

1. **Run weekly with `tag: ai, top_days: 7`** to maintain a fresh pipeline of trending developer authors.
2. **Combine multiple tags via separate runs** since the API accepts one tag at a time.
3. **Filter by `author_website` not null** in your downstream tools, since those authors have a clear outreach surface.

### FAQ

**Q: Is this allowed by Dev.to?**
Yes. The Dev.to API is publicly documented and free to use. They explicitly support article listing endpoints without auth.

**Q: How current is the data?**
Dev.to's top rankings refresh hourly. The data is real-time enough for most use cases.

### Tags

`devto` `developer-content` `b2b` `lead-generation` `devrel` `content-marketing` `recruiting` `developer-influencers`

***

Built by Emily Ward, Sydney. Seventh actor in the B2B intel portfolio.

### Pairs well with

- **[github-trending-scraper](https://apify.com/fetchcraft/github-trending-scraper)**: Pair top dev.to articles with trending repos. Free preview.
- **[seo-competitor-gap](https://apify.com/fetchcraft/seo-competitor-gap)**: Mine top dev.to articles for content gap opportunities. $0.05 per competitor.
- **[contact-details-extractor](https://apify.com/fetchcraft/contact-details-extractor)**: Pull author contacts from linked profile pages. $0.01 per site.

### Integrations

This actor works out of the box with every Apify-supported integration:

- **API**: call via Apify API or any official SDK (Python, JavaScript, PHP, .NET). Returns a clean dataset URL.
- **Schedule**: set a daily, weekly, or custom cron cadence in Apify Console. Combine with `notification` for fresh feeds.
- **Webhooks**: wire `ACTOR.RUN.SUCCEEDED` to Slack, Discord, Zapier, Make, n8n, Pipedream, or any HTTPS endpoint.
- **MCP**: this actor is discoverable through Apify's hosted MCP server at `mcp.apify.com` for Claude, Cursor, Cline, Windsurf, and other MCP clients.
- **n8n / Make / Zapier**: native HTTP-Request integration. Trigger the actor on schedule, pipe results to Google Sheets, Airtable, your CRM, or any database.

### Try it free

Every Apify user gets **$5/month in free platform credits** (around 250 events at this actor's per-event price). Run preview mode first to confirm output shape before scaling.

New to Apify? [Sign up here](https://apify.com/sign-up?fpr=fetchcraft) to get free credits on signup.

### What's New

- 2026-06-03: Metadata, categories, and SEO refreshed. Latest version live on Apify Store.

### Last Updated

2026-06-03

# Actor input Schema

## `top_days` (type: `integer`):

How many days back to compute 'top'. 1 = today's top, 7 = this week's top, 30 = this month's top. Dev.to ranks by reactions and engagement.

## `tag` (type: `string`):

Filter to a single Dev.to tag, e.g., 'ai', 'webdev', 'javascript', 'python', 'rust'. Leave blank for all tags.

## `min_reactions` (type: `integer`):

Skip articles with fewer reactions than this. 20 = good signal, 50 = popular, 100 = breakout.

## `max_results` (type: `integer`):

Max results

## `preview_mode` (type: `boolean`):

Preview mode (free, 5 articles)

## Actor input object example

```json
{
  "top_days": 7,
  "tag": "",
  "min_reactions": 10,
  "max_results": 100,
  "preview_mode": false
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("fetchcraft/devto-top-articles-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("fetchcraft/devto-top-articles-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call fetchcraft/devto-top-articles-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,fetchcraft/devto-top-articles-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/KwiScRuDzC6CaCsdd/builds/h8BS9w83jSzkFbnba/openapi.json
