VOOZH about

URL: https://apify.com/scrapemint/wordpress-plugin-developer-leads/api/python

โ‡ฑ WordPress Plugin & Theme Developer Leads API in Python ยท Apify


๐Ÿ‘ WordPress Plugin & Theme Developer Leads avatar

WordPress Plugin & Theme Developer Leads

Pricing

Pay per usage

Go to Apify Store

WordPress Plugin & Theme Developer Leads

Query the keyless WordPress.org directory by keyword and turn plugins and themes into B2B leads: author, company website, active installs, rating, downloads, maintenance signals, and a scraped contact email. One lead per plugin or theme.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Ken M

Ken M

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

You might also like

WordPress Plugin Developer Leads Scraper

automation-lab/wordpress-plugin-developer-leads-scraper

Find WordPress plugin developer leads with installs, ratings, support signals, homepages, and optional public contact enrichment.

๐Ÿ‘ User avatar

Stas Persiianenko

2

WordPress Plugin Leads & Email Finder

wishful_knowledge/wordpress-plugin-leads-scraper

Find WordPress plugin developer leads and extract installs, ratings, support signals, homepages, public business emails, and outreach scores.

2

WordPress Plugin Reviews Scraper

crawlerbros/wordpress-plugin-reviews-scraper

Scrape user reviews from WordPress.org plugin and theme listings. Extracts reviewer name, star rating (1-5), review title, review body, date, and profile URL. Works for plugins and themes. No login or API key required

CrozDesk Scraper โ€” WordPress Plugin Directory

crawlerbros/crozdesk-scraper

Scrape the WordPress.org Plugin Directory - 60,000+ plugins with ratings, active installs, developer info, categories, and compatibility data. Search by keyword/category, filter by pricing model, or fetch specific plugins by slug. No authentication required.

CrozDesk Scraper โ€” WordPress Plugin Directory

crawlergang/crozdesk-scraper

Scrape the WordPress.org Plugin Directory - 60,000+ plugins with ratings, active installs, developer info, categories, and compatibility data. Search by keyword/category, filter by pricing model, or fetch specific plugins by slug. No authentication required.

2

5.0

WordPress Plugin Scraper

maximedupre/wordpress-plugin-scraper

Scrape public WordPress.org plugin data by search, tag, author, directory list, slug, or plugin URL. Export installs, ratings, compatibility, author links, support stats, media, changelog, and review facts.

๐Ÿ‘ User avatar

Maxime Duprรฉ

2

WordPress Plugin Reviews Scraper

automation-lab/wordpress-plugin-reviews-scraper

Scrape public WordPress.org plugin reviews with ratings, reviewers, replies, URLs, timestamps, and plugin rating summaries.

๐Ÿ‘ User avatar

Stas Persiianenko

2

You can access the WordPress Plugin & Theme Developer Leads programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, youโ€™ll need an Apify account and your API token, found in Integrations settings in Apify Console.

๐Ÿ‘ Python

Python

๐Ÿ‘ JavaScript

JavaScript

CLI

๐Ÿ‘ OpenAPI

OpenAPI

HTTP

MCP

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your Apify API token
4# Replace '<YOUR_API_TOKEN>' with your token.
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7# Prepare the Actor input
8run_input ={
9"keywords":[
10"seo",
11"backup",
12"membership",
13],
14"proxyConfiguration":{"useApifyProxy":True},
15}
16
17# Run the Actor and wait for it to finish
18run = client.actor("scrapemint/wordpress-plugin-developer-leads").call(run_input=run_input)
19
20# Fetch and print Actor results from the run's dataset (if there are any)
21print("๐Ÿ’พ Check your data here: https://console.apify.com/storage/datasets/"+ run["defaultDatasetId"])
22for item in client.dataset(run["defaultDatasetId"]).iterate_items():
23print(item)
24
25# ๐Ÿ“š Want to learn more ๐Ÿ“–? Go to โ†’ https://docs.apify.com/api/client/python/docs/quick-start

WordPress Plugin & Theme Developer Leads API in Python

The Apify API client for Python is the official library that allows you to use WordPress Plugin & Theme Developer Leads API in Python, providing convenience functions and automatic retries on errors.

Install the apify-client

$pip install apify-client

Other API clients include:

WordPress Plugin & Theme Developer Leads API in JavaScript

WordPress Plugin & Theme Developer Leads API through CLI

WordPress Plugin & Theme Developer Leads OpenAPI definition

WordPress Plugin & Theme Developer Leads API