AdvaMed Membership Directory Scraper
Pricing
Pay per usage
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
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
| Field | Type | Description |
|---|---|---|
startUrls | array | Directory page(s) to scrape. Defaults to the AdvaMed membership directory. |
maxItems | integer | Maximum number of member rows to return (default 100). |
delaySeconds | number | Polite delay before each fetch (default 1.0s). |
concurrency | integer | How many start URLs to fetch at once (default 5). |
Output fields
| Field | Type | Description |
|---|---|---|
companyName | string | Member company name |
websiteUrl | string | Member's website URL |
salesforceId | string | Salesforce row ID from the page's data-sforclink attribute |
sourceUrl | string | Directory page URL the row was scraped from |
rowPosition | integer | 1-indexed row position on the page |
scrapedAt | date | ISO 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:
| Results | Cost (@ $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.