WordPress Articles Scraper
Pricing
from $3.62 / 1,000 results
WordPress Articles Scraper
Pricing
from $3.62 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
10 hours ago
Last modified
Categories
Share

๐ฐ WordPress Articles Scraper
๐ Export articles from any WordPress site in seconds. Titles, excerpts, authors, categories, tags, dates, and featured images, straight to CSV, Excel, or JSON.
This Actor pulls published articles (posts) from any public WordPress site through the standard WordPress REST API. Point it at one or more site URLs and it walks every page of posts, returning clean, structured records ready for analysis, archiving, or content research. No login, no HTML guesswork, just the data the site already publishes openly.
Millions of sites run WordPress, from independent blogs to global newsrooms. Any of them that leave the REST API on (the default) can be exported here: article title, canonical URL, plain-text excerpt, author name, category and tag lists, publish and modified timestamps, the featured image, and the numeric post ID.
| ๐ค Who it is for | ๐ก What they get |
|---|---|
| Content researchers | A structured archive of a publication's articles |
| SEO and marketing teams | Category, tag, and cadence data across competitors |
| Data and ML teams | Clean article corpora for analysis and training |
| Journalists and analysts | Fast exports of a site's full posting history |
๐ What the WordPress Articles Scraper does
- Reads the public WordPress REST API of any site you provide
- Paginates automatically across the full post archive
- Extracts title, URL, excerpt, author, categories, tags, and dates
- Captures the featured image URL for each article
- Handles multiple sites in a single run
- Returns a flat, tabular dataset ready for CSV, Excel, JSON, or XML
๐ก Why it matters: the data is already public through the WordPress API, but it comes paginated, HTML-encoded, and split across embedded objects. This Actor flattens all of it into rows you can actually use.
๐ฌ Full Demo
๐ง Coming soon.
๐ Output
Each row is one article.
| Field | Description |
|---|---|
| ๐ผ๏ธ imageUrl | Featured image URL |
| ๐ title | Article title (plain text) |
| ๐ url | Canonical article URL |
| โ๏ธ excerpt | Article excerpt (plain text) |
| โ๏ธ author | Author display name |
| ๐๏ธ categories | List of category names |
| ๐ท๏ธ tags | List of tag names |
| ๐ publishedAt | Publish date (ISO 8601) |
| ๐ modifiedAt | Last modified date (ISO 8601) |
| ๐ postId | Numeric WordPress post ID |
| ๐ siteUrl | Source site base URL |
| โฑ๏ธ scrapedAt | When the row was captured |
Sample record:
{"imageUrl": "https://techcrunch.com/wp-content/uploads/2026/08/example.jpg","title": "Example article headline","url": "https://techcrunch.com/2026/08/24/example-article/","excerpt": "A short summary of the article in plain text.","author": "Jane Doe","categories": ["Startups"],"tags": ["funding", "venture"],"publishedAt": "2026-08-24T14:00:00","modifiedAt": "2026-08-24T15:12:00","postId": 2894412,"siteUrl": "https://techcrunch.com","scrapedAt": "2026-08-24T16:00:00.000Z"}
โจ Why choose this Actor
| ๐ | Benefit |
|---|---|
| โก | Fast API-based extraction, no browser overhead |
| ๐ | Works on any WordPress site with the REST API enabled |
| ๐งน | Clean plain-text fields, HTML stripped for you |
| ๐ฆ | Multi-site runs in one job |
| ๐ผ๏ธ | Featured images included via embedded media |
๐ How it compares to alternatives
| Approach | Setup | Clean fields | Multi-site | Images |
|---|---|---|---|---|
| This Actor | None | Yes | Yes | Yes |
| Manual API calls | High | No | No | Extra work |
| HTML scraping | High | Fragile | Rebuild per site | Fragile |
๐ How to use
- Click Try for free.
- Add one or more WordPress site URLs (for example
https://techcrunch.com). - Set Max Items if you want a preview or a capped run.
- Click Start and download the dataset as CSV, Excel, JSON, or XML.
๐ผ Business use cases
Competitive content monitoring
Export a competitor's article archive and analyze topics, cadence, and category mix to shape your own editorial calendar.
SEO and topic research
Pull categories, tags, and titles at scale to map keyword coverage and spot content gaps across a niche.
Content migration and archiving
Snapshot a site's full posting history before a redesign, platform move, or shutdown.
Media and trend analysis
Aggregate articles from multiple publications to track how a story or topic spreads over time.
๐ Automating WordPress Articles Scraper
Connect this Actor to Make, Zapier, Slack, Google Sheets, or your own backend through the Apify API and webhooks. Schedule recurring runs to keep a live mirror of a site's latest articles, or trigger a run whenever your workflow needs fresh content data.
๐ Beyond business use cases
Research
Build article corpora for computational journalism, media studies, or linguistics.
Creative
Feed a curated stream of articles into newsletters, digests, or generative projects.
Non-profit
Archive reporting from at-risk or independent publications before it disappears.
Experimentation
Prototype recommendation, summarization, or classification models on real article data.
๐ค Ask an AI assistant about this scraper
Paste this Actor's page into your favorite AI assistant and ask how to wire it into your stack, what fields to expect, or how to structure a multi-site run. It is built to be self-explanatory.
โ Frequently Asked Questions
๐ Which sites work?
Any WordPress site that leaves the REST API enabled, which is the default. Most WordPress sites qualify.
๐ Do I need an API key for the site?
No. It reads only the public, already-published REST endpoint.
๐ What if a site has the API disabled?
The Actor returns a clear diagnostic row for that site and continues with the others.
๐ Can I scrape several sites at once?
Yes. Add as many site URLs as you like in a single run.
๐ Are images included?
Yes, the featured image URL for each article is captured when the site provides one.
๐ Is the text clean?
Yes. Titles and excerpts are returned as plain text with HTML stripped.
๐ How far back does it go?
As far as the site publishes. It paginates the entire post archive unless you cap it with Max Items.
๐ What formats can I export?
CSV, Excel, JSON, and XML.
๐ Does it capture full article body text?
It returns the excerpt the site publishes. Full body extraction is out of scope for this Actor.
๐ How current is the data?
It reflects the site live at run time. Schedule runs to keep it fresh.
๐ Integrate with any app
Use the Apify API, webhooks, and native integrations to send results to Make, Zapier, Slack, Google Sheets, Airtable, databases, or any HTTP endpoint.
๐ Recommended Actors
| Actor | What it does |
|---|---|
| Website Structured Data Extractor | Pulls JSON-LD and metadata from any page |
| PubMed Article Metadata Scraper | Exports biomedical article metadata |
| DOAJ Subject Classification Scraper | Open-access journal classifications |
๐ก Pro Tip: browse the complete ParseForge collection for more ready-to-run data tools.
Create a free account w/ $5 credit
Disclaimer: This Actor collects only publicly available data published openly through the WordPress REST API. Use it in compliance with each site's terms and applicable laws. It is not affiliated with or endorsed by WordPress or any site it scrapes.