WordPress Plugins Scraper | $3/1K | 60K+ Plugins Directory
Pricing
from $3.00 / 1,000 plugin scrapeds
WordPress Plugins Scraper | $3/1K | 60K+ Plugins Directory
Scrape any WordPress.org plugin directory entry: installs, rating, author, version, tags, contributors, support stats. 60K+ plugins. Search by keyword, tag, author, or slug. Official public API โ no login, no API key.
Pricing
from $3.00 / 1,000 plugin scrapeds
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
3
Total users
2
Monthly active users
an hour ago
Last modified
Categories
Share
WordPress Plugins Scraper
โก Use this Actor in n8n โ no code
Building no-code workflows in n8n? Install our official community node and drop this Actor straight onto your canvas:
๐ฆ
n8n-nodes-apivault-wordpress-pluginsSetup (30 seconds): in n8n go to Settings โ Community Nodes โ Install, paste
n8n-nodes-apivault-wordpress-pluginsand confirm โ add the new node to your workflow โ paste your Apify API token โ fill in the input and run.
Scrape any plugin from the official WordPress.org directory. 60K+ plugins, all public, no login or API key required.
Pricing
$3 per 1000 plugins โ pay-per-event on every result pushed to the dataset. Actor Start fee: $0.00005.
Input modes
1. search โ free-text keyword search
{"mode":"search","query":"backup","maxResults":100}
2. browse โ top lists
{"mode":"browse","browseBy":"popular","maxResults":500}
browseBy can be popular, new, updated, or featured.
3. tag โ plugins with a specific tag
{"mode":"tag","query":"seo","maxResults":200}
4. author โ plugins by a WordPress.org author
{"mode":"author","query":"yoast"}
5. slugs โ fetch exact plugins (always full detail)
{"mode":"slugs","slugs":["woocommerce","contact-form-7","elementor"]}
Full details
Set "fullDetails": true to fetch plugin_information for every result โ adds contributors, ratings histogram, support URLs. Slower (+1 API call per plugin) but much more data.
Output fields
Each record includes:
- slug โ plugin ID (e.g.
woocommerce) - name โ display name
- url โ
https://wordpress.org/plugins/{slug}/ - shortDescription โ 150-char tagline
- activeInstalls โ rounded install count (e.g.
7000000) - rating โ 0-5 star scale (converted from WP's 0-100)
- numRatings โ count
- author, authorProfile, homepage
- version, requiresWp, testedWp, requiresPhp
- addedDate, lastUpdated
- tags โ array
- supportThreads, supportResolved
- downloadLink โ direct
.zipURL - iconUrl โ 2x icon
- contributors (full details) โ array of
{username, profile, displayName} - ratingsHistogram (full details) โ
{"5": N, "4": N, ...}
Use cases
- WP plugin competitor research โ see who's winning in your niche
- B2B leads for WP agencies โ contact plugin authors by their public WP.org profile
- Course creators โ recommend the most active plugins
- Security auditors โ track version adoption and update frequency
Notes
- Uses
https://api.wordpress.org/plugins/info/1.2/โ the official WordPress.org directory API - No scraping, no proxy needed โ pure REST
- Rate limits are generous (parallel 5-10 requests works fine)
