Dev.to Scraper avatar

Dev.to Scraper

Pricing

from $0.50 / 1,000 results

Go to Apify Store
Dev.to Scraper

Dev.to Scraper

Scrape articles from Dev.to via the official Dev.to API. Fetch latest articles, articles by tag, or articles by user.

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

Moeeze Hassan

Moeeze Hassan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

An Apify Python actor that fetches articles from Dev.to via the official Dev.to (Forem) API.

Features

  • Latest — fetch the most recent articles
  • Tags — fetch articles filtered by a specific tag
  • User — fetch articles by a specific username

Input

FieldTypeDefaultDescription
modeselectlatestlatest / tags / user
tagstringTag to filter by (required for tags mode)
usernamestringDev.to username (required for user mode)
maxResultsinteger30Maximum number of articles to return
perPageinteger30Articles per API page
apiKeystringOptional Dev.to API key for higher rate limits

Output

Each result contains: id, title, url, description, tags, publishedAt, readingTimeMinutes, reactionsCount, commentsCount, user.

API

Uses the Dev.to (Forem) API at https://dev.to/api/articles. An optional API key can be supplied for higher rate limits.