Webflow Showcase Scraper avatar

Webflow Showcase Scraper

Pricing

Pay per usage

Go to Apify Store
Webflow Showcase Scraper

Webflow Showcase Scraper

Extract project listings from the Webflow Made in Webflow showcase. Get project names, designers, likes, thumbnails, and URLs with zero competition.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Pierrick McD0nald

Pierrick McD0nald

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Webflow Showcase Scraper — Extract Made in Webflow Projects

The Webflow Showcase Scraper extracts project listings from the Made in Webflow showcase, the largest community-driven gallery of Webflow-built websites. This Actor is ideal for competitive research, lead generation, and no-code market intelligence. Every run returns structured data including project names, designer details, like counts, thumbnails, and direct URLs.

Use Cases

  • Competitive research for agencies — Track trending Webflow projects, identify top-performing designers, and analyze what styles gain traction in the community.
  • Lead generation for freelancers — Build prospect lists of design studios and independent creators actively publishing on Webflow.
  • No-code market intelligence — Monitor the Webflow ecosystem for emerging patterns, popular categories, and high-engagement projects.
  • Portfolio curation — Aggregate showcase projects for inspiration boards, blog features, or newsletter roundups.

Input

FieldTypeRequiredDescription
startUrlsArrayYesOne or more Made in Webflow URLs to scrape. Default: https://webflow.com/made-in-webflow
maxItemsNumberNoMaximum number of projects to extract per run. Default: 100
proxyConfigurationObjectNoBuilt-in proxy support for reliable scraping

Output

The Actor outputs a dataset with the following fields:

{
"name": "Clarion",
"slug": "clarion-project",
"url": "https://webflow.com/made-in-webflow/website/clarion-project",
"thumbnailUrl": "https://screenshots.webflow.com/.../image.png",
"likes": 89,
"designer": "Conveyflow",
"designerUrl": "https://webflow.com/@conveyflow",
"designerAvatarUrl": "https://cdn.prod.website-files.com/.../avatar.jpg",
"scrapedAt": "2026-04-14T08:35:00.000Z"
}

Pricing

Pay per event: $0.002 per extracted project.

No subscription required. You only pay for the projects successfully extracted. A run that scrapes 100 projects costs $0.20.

Limitations

  • This Actor extracts data from the public Made in Webflow listing pages. Individual project detail pages are not crawled.
  • Likes and designer information depend on the current HTML structure of the showcase. If Webflow redesigns the page, selectors may require an update.
  • Pagination beyond the first page of results is not supported in this version.

FAQ

Q: Do I need a Webflow account to use this Actor? A: No. All data is scraped from the public showcase pages.

Q: Can I scrape a specific category or tag? A: Yes. Pass a filtered URL (for example, https://webflow.com/made-in-webflow/portfolio) as a start URL.

Q: What happens if the showcase layout changes? A: The Actor uses robust CSS selectors. If Webflow updates the page structure, the Actor will be patched and republished.

Support

Open an issue on this Actor's Apify page. Response times are typically under 24 hours on weekdays.

Changelog

  • v1.0.0 — Initial release. Extracts project name, URL, thumbnail, likes, designer name, designer URL, and avatar from the Made in Webflow showcase.