Webflow Templates Marketplace Scraper
Pricing
from $12.00 / 1,000 result items
Webflow Templates Marketplace Scraper
Scrapes Webflow template listings from the official marketplace by keyword search or category browse. Returns each template as a flat row with name, designer, price, preview URL, and metadata.
Pricing
from $12.00 / 1,000 result items
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
a day ago
Last modified
Categories
Share
Webflow Templates Marketplace Scraper
Scrape Webflow templates by keyword, category, or price, up to a million per run. Every template comes with its name, designer, preview link, and metadata. No API key required. Export to CSV, JSON, Excel, or XML.
Browsing the Webflow Templates Marketplace manually means clicking through dozens of pages and copying details by hand. This Actor reads the public template listings directly, letting you filter by category, price, and keyword, then returns every match in one consistent dataset. It is built for designers, agencies, and researchers who need to analyze the template market at scale.
| Who uses it | What they scrape Webflow Templates Marketplace for |
|---|---|
| Web designers | Finding inspiration and tracking which template styles are trending in a specific category. |
| Agencies | Building a curated catalog of templates to recommend to clients for their next project. |
| Market researchers | Analyzing pricing patterns and feature adoption across the Webflow template ecosystem. |
| Template creators | Monitoring competitor templates, their pricing, and their popularity in the marketplace. |
What it does
This Actor collects Webflow template listings from the official marketplace by keyword search or category browse, and returns each template as a flat row.
- 🔍 Keyword search: Find templates by name or keyword using Webflow's own search endpoint.
- 📂 Category filter: Narrow results to a specific category like Portfolio, Real Estate, or E-commerce.
- 💰 Price filter: Collect only free templates, only paid templates, or both.
- 📊 Sort order: Retrieve templates by newest first, most popular, or the default marketplace order.
- ⚙️ Resumable pagination: Set a start page to resume a previous run or target a specific page range.
Results export to CSV, JSON, Excel, or XML, or straight from the API.
What you can do with Webflow Templates Marketplace data
📈 Track template trends.
A market researcher runs the Actor weekly on the Portfolio category, sorted by most popular, to report which design styles are gaining traction.
🛒 Build a client catalog.
An agency scrapes all free and paid E-commerce templates, filters by keyword, and builds a shortlist for a client's online store project.
💰 Monitor competitor pricing.
A template creator scrapes the Technology category for paid templates weekly to adjust their own pricing against the market average.
🔎 Discover niche templates.
A designer searches for 'one page' across all categories to find minimalist templates for a landing page brief.
Why choose this scraper
| What you get | |
|---|---|
| No API key | Reads the public marketplace pages directly with no registration or authentication. |
| Fixed schema | Every template row has the same fields, ready for analysis or a database import. |
| Full market coverage | Collect up to a million templates across all categories in a single run. |
How it compares
This Actor focuses on the Webflow Templates Marketplace with keyword search, category filtering, and price filtering in one run. Here is how it compares to other Webflow scrapers on Apify.
| Feature | ParseForge | Webflow Templates Scraper | Webflow Templates Scraper - Website Template Data |
|---|---|---|---|
| Keyword search | Yes | Not listed | Not listed |
| Category filter | Yes | Yes | Yes |
| Price filter (free/paid) | Yes | Not listed | Not listed |
| Sort by newest or popular | Yes | Not listed | Not listed |
| Resumable pagination | Yes | Not listed | Not listed |
| Configurable concurrency and delay | Yes | Not listed | Not listed |
Configure the run
Drive the Actor with a keyword search, a category selection, or both, and apply price and sort filters as each template is read so only matches reach your dataset. The Input tab lists every parameter.
A first run with the defaults:
{"maxItems": 10,"category": "technology-websites"}
A larger pull:
{"maxItems": 200,"category": "technology-websites"}
Pricing
Pay-per-result: $0.016 per result collected. You pay only for the results written to your dataset.
| Results collected | Approximate cost |
|---|---|
| 100 results | $1.60 |
| 1,000 results | $16.00 |
| 10,000 results | $160.00 |
New Apify accounts start with $5 in free credit.
Free users
Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.
Run it
- Create a free Apify account with $5 in credit.
- Open the Webflow Templates Marketplace Scraper.
- Set your inputs and any filters, then click Start.
- Export the results as CSV, Excel, JSON, or XML from the Dataset tab.
Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.
Use with AI agents (MCP)
Give an AI agent live access to Webflow Templates Marketplace through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:
$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/webflow-templates-marketplace-scraper"
Then prompt it in plain language to run the scraper and read back the results.
Troubleshooting
Why am I getting no results?
Check that your keyword or category combination returns templates on the live Webflow marketplace. Try broadening your search by clearing the keyword field or setting the category to 'All Categories'.
The Actor stops before reaching my maxItems limit.
The marketplace may have fewer templates than your maxItems value for the filters you set. Try removing the price filter or switching to a broader category to access more listings.
I am getting rate-limited or seeing errors.
Reduce 'Max Concurrency' to 1 or 2 and set 'Request Delay' to 1000 ms or higher. This slows the Actor down and reduces the chance of being blocked by Webflow.
Some template fields are empty in my dataset.
Not every template listing includes all metadata fields. If a field like price or category is blank, the template page likely does not expose that information publicly.
The search returns templates that do not match my keyword.
The Actor uses Webflow's own search endpoint, which may return broad matches. Try a more specific keyword or combine the search with a category filter to narrow results.
FAQ
| Question | Answer |
|---|---|
| Do I need a Webflow account or API key to use this Actor? | No. The Actor reads the publicly accessible Webflow Templates Marketplace pages, so no login, account, or API key is required. |
| Can I scrape both free and paid templates in one run? | Yes. Leave the price filter set to 'All' and the Actor will collect every template that matches your other criteria, regardless of price. |
| What data does each template row include? | Each row includes the template name, designer, price, preview URL, thumbnail, category, and any other metadata visible on the marketplace listing. |
| How do I search for a specific template by name? | Enter the template name or a keyword into the 'Template name or keyword' input field. The Actor uses Webflow's search endpoint to find matching templates. |
| Can I limit how many templates the Actor collects? | Yes. Set the 'Maximum templates' field to any number between 1 and 1,000,000. The Actor stops once it reaches that count. |
| What happens if I leave the category and search fields empty? | The Actor browses the main marketplace listing across all categories, returning templates in the default sort order up to your maxItems limit. |
| How do I resume a run that stopped partway through? | Set the 'Start Page' input to the page number where you want to resume. The Actor begins scraping from that page onward. |
| Can I sort templates by newest or most popular? | Yes. Use the 'Sort By' dropdown to choose 'Newest' or 'Most Popular'. Leave it on 'Default' for the marketplace's standard order. |
| What export formats are supported? | You can export your dataset in CSV, JSON, Excel, or XML formats from the Apify platform. |
| Is it legal to scrape the Webflow Templates Marketplace? | This Actor only accesses publicly available pages. You are responsible for complying with Webflow's terms of service and any applicable laws in your jurisdiction. |
| How do I avoid getting rate-limited? | Lower the 'Max Concurrency' setting and increase the 'Request Delay' to add a pause between requests. Start with a concurrency of 2 and a delay of 1000 ms if you encounter issues. |
| Can I filter by a specific designer? | The input schema does not include a dedicated designer filter. Use the keyword search field to search for a designer's name, which often returns their templates. |
Related actors
Browse the full ParseForge collection for more scrapers.
🆘 Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.
⚠️ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Webflow, Inc. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.
