AdvaMed Membership Directory Scraper avatar

AdvaMed Membership Directory Scraper

Pricing

Pay per usage

Go to Apify Store
AdvaMed Membership Directory Scraper

AdvaMed Membership Directory Scraper

Scrapes the public AdvaMed medtech member company directory into a clean dataset (company name, website, Salesforce ID).

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Chris Hoover

Chris Hoover

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Scrapes the public AdvaMed medtech member company directory — AdvaMed represents medical device, diagnostics, and medical information system manufacturers. The entire directory (595+ member companies) renders on a single static page, so one run returns the complete, current list.

Use cases

  • Medtech market mapping — build a normalized list of medical device/diagnostics manufacturers for competitive research or industry analysis.
  • Lead generation — feed the member list into a sales or partnership outreach pipeline targeting medtech companies.
  • Vendor/investor discovery — identify medical device companies for supplier sourcing, M&A screening, or investment research.

Input

FieldTypeDescription
startUrlsarrayDirectory page(s) to scrape. Defaults to the AdvaMed membership directory.
maxItemsintegerMaximum number of member rows to return (default 100).
delaySecondsnumberPolite delay before each fetch (default 1.0s).
concurrencyintegerHow many start URLs to fetch at once (default 5).

Output fields

FieldTypeDescription
companyNamestringMember company name
websiteUrlstringMember's website URL
salesforceIdstringSalesforce row ID from the page's data-sforclink attribute
sourceUrlstringDirectory page URL the row was scraped from
rowPositioninteger1-indexed row position on the page
scrapedAtdateISO timestamp of scrape

Example output

{
"companyName": "Abbott",
"websiteUrl": "https://www.abbott.com",
"salesforceId": "001Vp0000123mBkIAI",
"sourceUrl": "https://www.advamed.org/membership-join/membership-directory/",
"rowPosition": 3,
"scrapedAt": "2026-08-03T08:10:16.258709+00:00"
}

Pricing

$5–10 per 1,000 results. Example costs:

ResultsCost (@ $7.50/1,000)
100$0.75
500$3.75
1,000$7.50
5,000$37.50

Note: the full directory currently contains 595 companies, so a single default run (maxItems: 100) or a maxItems: 1000 run both return the complete, deduplicated dataset.

Notes

  • No login/authentication required — this is a fully public directory page.
  • Respects the target's robots.txt (Crawl-delay: 10).
  • Does not scrape or reproduce any AdvaMed logos, body copy, or non-factual site content — only member company name, website, and Salesforce row ID.