Chrome Extension Email Extractor avatar

Chrome Extension Email Extractor

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Chrome Extension Email Extractor

Chrome Extension Email Extractor

Chrome extension scraper that pulls ratings, user counts, email, phone, manifest JSON, and more from the Chrome Web Store by extension ID, with no browser needed.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

B2B Lead Generation

B2B Lead Generation

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 hours ago

Last modified

Share

Chrome Extension Details - Fetch Emails, Phones, Websites and Full Metadata from Any Chrome Extension

Chrome Extension Details

Give it an extension ID or a full Chrome Web Store URL and it returns everything the store knows. Name, version, star rating, user count, full description, manifest JSON, icon URLs, file size, supported languages, last updated date, and full developer contact info including email, phone number, address, and company name. No browser, no HTML scraping. It talks directly to the store's own internal API.

Use cases

  • Research competing extensions: compare user counts, ratings, and what permissions they request
  • Track version bumps and install growth over time for extensions you care about
  • Audit permissions and host access by inspecting raw manifest JSON
  • Collect developer emails, phone numbers, and addresses from store listings for outreach
  • Build a Chrome Web Store dataset for analysis, sales prospecting, or research

Input

ParameterTypeDefaultDescription
extensionIdsarrayrequiredList of Chrome extension IDs or full Chrome Web Store URLs. Accepts bare IDs (e.g. gccahjgcckaemgpliioopngfgdaceffo) or full store URLs.
maxItemsinteger1000Maximum number of extensions to fetch per run.
timeoutSecsinteger300Maximum total run time in seconds.
requestTimeoutSecsinteger30Maximum time to wait for a single API request.
proxyConfigurationobjectDatacenter (Anywhere)Proxy type and location to use for requests. Supports Datacenter, Residential, Special, and custom proxies. Optional.

Example input

{
"extensionIds": [
"https://chromewebstore.google.com/detail/merciapp-ai-writing-assis/gccahjgcckaemgpliioopngfgdaceffo",
"majdfhpaihoncoakbjgbdhglocklcgno",
"bdlffpdkioakgjjpmgpboogfiaegbpgp",
"oeopbcgkkoapgobdbedcemjljbihmemj"
],
"maxItems": 1000,
"requestTimeoutSecs": 30,
"proxyConfiguration": { "useApifyProxy": true }
}

What data does this actor extract?

One record per extension:

{
"extensionId": "gccahjgcckaemgpliioopngfgdaceffo",
"name": "MerciApp - AI Writing Assistant",
"version": "3.93.1",
"summary": "Write better, faster, wherever you work.",
"extensionDescription": "MerciApp helps you correct, rephrase...",
"rating": 4.52,
"ratingCount": 134,
"userCount": 80000,
"websiteUrl": "merci-app.com",
"storeUrl": "https://chromewebstore.google.com/detail/gccahjgcckaemgpliioopngfgdaceffo",
"iconUrl": "https://lh3.googleusercontent.com/...",
"smallIconUrl": "https://lh3.googleusercontent.com/...",
"isFeatured": true,
"fileSize": "4.2MiB",
"languages": ["English", "franΓ§ais"],
"lastUpdated": "2026-05-04T15:12:53+00:00",
"manifest": {
"manifest_version": 3,
"name": "__MSG_extensionName__",
"version": "3.93.1",
"permissions": ["activeTab", "storage", "scripting"]
},
"developerEmail": "contact@merci-app.com",
"developerPhone": "+33679280681",
"developerCompany": "MerciApp",
"developerContact": "ARTHUR OLLIER",
"developerAddress": "295 Bd Saint-Denis\nCourbevoie 92400\nFR",
"supportUrl": "https://www.merci-app.com"
}

Sample output table

FieldTypeDescription
extensionIdstringThe bare extension ID.
namestringFull display name from the store listing.
versionstringCurrent published version number.
summarystringShort one-line tagline from the listing.
extensionDescriptionstringFull long-form description from the store listing.
ratingnumberAverage star rating (1.0 to 5.0).
ratingCountintegerNumber of user ratings.
userCountintegerApproximate number of active installs.
websiteUrlstringDeveloper website URL from the listing.
storeUrlstringDirect link to the extension's Chrome Web Store page.
iconUrlstringURL of the extension's large icon.
smallIconUrlstringURL of the promotional banner image.
isFeaturedbooleanWhether Google has marked this extension as featured.
fileSizestringInstalled file size (e.g. "4.2MiB").
languagesarrayLanguages the extension supports.
lastUpdatedstringISO 8601 timestamp of the most recent update.
manifestobjectParsed manifest.json from the extension package.
developerEmailstringDeveloper or support email from the store listing.
developerPhonestringPhone number listed by the developer.
developerCompanystringCompany or publisher name.
developerContactstringIndividual developer or contact person name.
developerAddressstringPhysical address of the developer or company.
supportUrlstringSupport or privacy policy URL.

FAQ

Can I pass full Chrome Web Store URLs instead of bare extension IDs? Yes. Full URLs like https://chromewebstore.google.com/detail/merciapp-ai-writing-assis/gccahjgcckaemgpliioopngfgdaceffo and bare IDs like gccahjgcckaemgpliioopngfgdaceffo both work.

Does this actor scrape the page or call an API? It calls the store's internal batchexecute API. Faster than page scraping and returns clean structured data, including the raw manifest JSON.

What happens if an extension ID is invalid or not found? It logs the error and keeps going. The failed ID shows up in the dataset with an errorMessage field instead of extension data.

How many extensions can I run at once? The default cap is 1000 per run. For larger lists, batch them using Apify's scheduling.

Does the manifest field have the full manifest? Yes. The complete parsed manifest.json including permissions, content scripts, background workers, and host permissions.

You might also find these useful

Integrations

Connect with other tools using Apify integrations. Export to Google Sheets, trigger Zapier or Make workflows, send to Slack, or pipe into Airbyte. Use webhooks to kick off downstream actions when a run finishes.