Vercel Solution Partners Directory Actor avatar

Vercel Solution Partners Directory Actor

Pricing

Pay per usage

Go to Apify Store
Vercel Solution Partners Directory Actor

Vercel Solution Partners Directory Actor

Scrapes Vercel Solution Partners browse pages and profile pages into structured partner lead records.

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

4 days ago

Last modified

Share

Scrapes Vercel's public Solution Partners directory and partner profile pages into a normalized lead dataset.

What it does

  • Collects public partner cards from the directory page.
  • Follows listing pagination if Vercel adds it later.
  • Enriches each partner from the public profile page with website CTA, region, tags, and customer/project links.

Use cases

  1. Build a Vercel agency lead list for outreach and partnership research.
  2. Track partner regions, services, and public positioning over time.
  3. Export clean ecosystem data for sales, SEO, and competitive analysis.

Input

  • startUrls: directory pages, pagination URLs, or direct partner profile URLs
  • maxItems: maximum partner records to emit
  • maxPages: maximum directory pages to follow from a listing page
  • delaySeconds: polite pause between requests

Output fields

FieldDescription
partner_namePublic partner name shown on Vercel
profile_urlCanonical partner profile URL
source_urlExact profile page URL fetched for the record
discovered_from_urlDirectory page or direct URL that led to the record
logo_urlPublic logo/image URL shown on the directory card or profile
website_cta_urlPublic partner website CTA or external contact link
location_regionRegion list shown on the profile when available
short_descriptionPartner overview or summary copy
service_tagsServices, specialties, certifications, and expertise tags
case_study_linksPublic customer-story or project links on the page
last_seen_crawl_timestampISO timestamp when the record was scraped

Example output

[
{
"partner_name": "AKQA",
"profile_url": "https://vercel.com/partners/solution-partners/akqa",
"website_cta_url": "https://www.akqa.com",
"location_region": "Asia, Australia and New Zealand, Europe, Latin America, Middle East, North America",
"service_tags": [
"App Development",
"Branding",
"Digital Marketing",
"Brand Platform",
"DTC Commerce",
"Service Design"
]
},
{
"partner_name": "Horizontal",
"profile_url": "https://vercel.com/partners/solution-partners/horizontal",
"website_cta_url": "https://www.horizontaldigital.com/",
"case_study_links": [
"https://www.horizontaldigital.com/work/shure",
"https://www.horizontaldigital.com/work/cadence-bank"
]
}
]

Pricing

$8.99 per 1,000 results

Example costs:

  • 100 results = $0.90
  • 500 results = $4.50
  • 1,000 results = $8.99
  • 5,000 results = $44.95

Notes

  • Public HTML only, no login required.
  • Uses a polite request delay by default.
  • Works on directory pages and direct profile URLs.