Webflow Certified Partners Directory Actor avatar

Webflow Certified Partners Directory Actor

Pricing

Pay per usage

Go to Apify Store
Webflow Certified Partners Directory Actor

Webflow Certified Partners Directory Actor

Scrapes Webflow Certified 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

a day ago

Last modified

Share

Scrapes the public Webflow Certified Partners browse pages and profile pages into structured lead records.

What it does

  • Collects public partner cards from the browse directory.
  • Follows See more pagination links from listing pages.
  • Enriches each partner from the public Next.js profile payload.

Use cases

  1. Build a Webflow agency lead list for outreach and partnership research.
  2. Track certified partner badges, budgets, and public service offerings over time.
  3. Export a clean dataset of Webflow partners for sales, SEO, or market analysis.

Input

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

Output fields

FieldDescription
partner_namePublic partner or expert name
profile_urlCanonical public profile URL
source_urlExact profile page URL fetched for the record
discovered_from_urlListing page or direct input URL where the profile was found
tier_badgePublic tier or badge label
business_typePublic business type
locationCity and country shown on the profile
budget_rangePublic project budget or starting price
servicesPublic services or specialties
industriesPublic industry specialties
languagesPublic languages shown on the profile
short_descriptionProfile tagline or bio summary
portfolio_linksPublic portfolio or case-study URLs
website_cta_urlPublic website or contact CTA URL
logo_urlPublic avatar or logo image URL
availability_statusPublic availability state when shown
last_seen_crawl_timestampISO timestamp when the record was scraped

Example output

{
"partner_name": "Caleb Raney",
"profile_url": "https://webflow.com/@caleb-raney",
"tier_badge": "Premium Partner",
"business_type": "Freelancer",
"location": "San Francisco, United States",
"budget_range": "$4,000 - $9,000",
"services": [
"Accessibility audit & optimization",
"Animation",
"Branding & Strategy"
],
"industries": [
"Arts & Design",
"Media & Entertainment",
"Software & Technology"
],
"languages": ["English"],
"website_cta_url": "https://www.calebraney.com"
}

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 1 second polite pause between requests by default.
  • Works on listing pages and direct profile URLs.