WordPress Plugin Scraper – Installs, Ratings & Author Data avatar

WordPress Plugin Scraper – Installs, Ratings & Author Data

Pricing

$0.80 / 1,000 plugin page scrapeds

Go to Apify Store
WordPress Plugin Scraper – Installs, Ratings & Author Data

WordPress Plugin Scraper – Installs, Ratings & Author Data

Scrapes WordPress.org plugin pages for version, ratings, install counts, author/vendor details, and compatibility data.

Pricing

$0.80 / 1,000 plugin page scrapeds

Rating

0.0

(0)

Developer

Ahmed Ashraf

Ahmed Ashraf

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrapes WordPress.org plugin pages and exports version, ratings, install counts, download totals, author/vendor details, compatibility requirements, and direct download links. Built for WordPress agencies, plugin developers doing competitive research, and B2B lead-gen teams looking to reach plugin authors and vendor companies.

Why this scraper

  • Combines two data sources rivals usually split into separate paid fields: the JSON-LD structured data (rating, downloads, author, price) and the sidebar-only fields (active installs range, tested-up-to, requires-PHP) — all in one flat schema, one price.
  • No login, CAPTCHA, or JS rendering needed to get this data, so runs are simple page fetches against static HTML.
  • Priced at $0.0008 per plugin, below the cheapest per-item competitor we're aware of.

Output fields

FieldTypeDescription
pluginUrlstringCanonical URL of the plugin page
slugstringPlugin directory slug
namestringPlugin name
versionstringCurrent stable version number
lastUpdatedstringISO date the plugin was last updated
authorstringAuthor or vendor company name
authorUrlstringAuthor or vendor website URL, useful for B2B leads
ratingnumberAverage rating out of 5
ratingCountintegerNumber of ratings/reviews
activeInstallsstringActive installs range as shown on the page, e.g. "5+ million"
totalDownloadsintegerCumulative all-time download count
descriptionstringShort plugin description/tagline
tagsstringComma-separated list of plugin tags
requiresWPstringMinimum required WordPress version
testedUpTostringHighest WordPress version tested compatible
requiresPHPstringMinimum required PHP version
downloadUrlstringDirect .zip download URL for the current version
pricenumberListed price in USD (0 for free plugins)

Input

{
"startUrls": [
{ "url": "https://wordpress.org/plugins/woocommerce/" }
],
"maxItems": 50
}

Output

{
"pluginUrl": "https://wordpress.org/plugins/woocommerce/",
"slug": "woocommerce",
"name": "WooCommerce",
"version": "11.0.1",
"lastUpdated": "2026-08-10",
"author": "WordPress.org",
"authorUrl": "https://wordpress.org",
"rating": 4.5,
"ratingCount": 4813,
"activeInstalls": "7+ million",
"totalDownloads": 456646324,
"description": "Everything you need to launch an online store in days and keep it growing for years. From your first sale to millions in revenue, Woo is with you.",
"tags": "ecommerce, online store, sell online, shop, shopping cart",
"requiresWP": "",
"testedUpTo": "",
"requiresPHP": "",
"downloadUrl": "https://downloads.wordpress.org/plugin/woocommerce.11.0.1.zip",
"price": 0
}

Pricing

Pay-per-event at $0.0008 per plugin page scraped. Scraping 50 plugins costs about $0.04; scraping 1,000 plugins costs about $0.80.

Use cases

  • Building a lead list of plugin authors and vendor companies (using author, authorUrl) for a WordPress agency outreach campaign.
  • Monitoring competitor plugins in your niche for version updates, rating changes, and install growth over time.
  • Auditing a client site's installed plugins against requiresWP, testedUpTo, and requiresPHP before a WordPress core or PHP upgrade.