Framer Marketplace Templates & Plugins Scraper
Pricing
from $3.00 / 1,000 results
Framer Marketplace Templates & Plugins Scraper
Scrape Framer Marketplace with templates, plugins, and components. Search by keyword, browse by category, find free items, or fetch details for specific marketplace URLs.
Pricing
from $3.00 / 1,000 results
Rating
5.0
(7)
Developer
Crawler Bros
Maintained by CommunityActor stats
7
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Extract templates, plugins, and components from the Framer Marketplace. Search by keyword, browse by category, get featured items, or fetch details for specific marketplace URLs — all without any authentication.
What It Does
The Framer Marketplace Scraper gives you structured access to the full Framer Marketplace catalog:
- Search templates or plugins by keyword across thousands of items
- Browse by category (portfolio, SaaS, ecommerce, agency, blog, etc.)
- Get featured and trending items across the marketplace
- Fetch specific items by providing their marketplace URLs
- Filter results by price (free/paid), item type, and sort order
Each result includes the item title, author, price, preview URL, thumbnail, usage metrics, and more — ready for analysis, research, or integration.
Input Parameters
| Parameter | Type | Description | Default |
|---|---|---|---|
mode | Select | What to scrape: searchTemplates, searchPlugins, byCategory, featured, getItem | searchTemplates |
searchQuery | Text | Keywords to search for | portfolio |
startUrls | List | Marketplace URLs for mode=getItem | — |
category | Select | Category to browse (mode=byCategory): portfolio, business, saas, ecommerce, etc. | portfolio |
itemType | Select | Filter by type: template, plugin, component | template |
isFree | Boolean | Only return free items | false |
sortBy | Select | Sort order: popular, new, featured | popular |
maxItems | Integer | Maximum number of results (1–5000) | 20 |
Output Fields
Each record in the dataset contains:
| Field | Type | Description |
|---|---|---|
itemId | String | Unique Framer marketplace item ID |
type | String | Item type: template, plugin, or component |
title | String | Item name |
description | String | Item description |
author | String | Creator name |
authorUrl | String | Creator's Framer profile URL |
price | Number | Price in USD (0.0 = free) |
currency | String | Currency code (USD, EUR, etc.) |
isFree | Boolean | Whether the item is free |
previewUrl | String | Live preview URL of the template |
thumbnailUrl | String | Thumbnail image URL |
screenshots | Array | Additional screenshot URLs |
url | String | Framer Marketplace item URL |
likeCount | Integer | Number of remixes/uses |
conversionRate | Number | Marketplace conversion rate |
publishedAt | String | ISO 8601 publish date |
createdAt | String | ISO 8601 creation date |
recordType | String | Always marketplace_item |
scrapedAt | String | ISO 8601 scrape timestamp |
Example Output
{"itemId": "48274","type": "template","title": "Portfolito","description": "A personal Portfolio & Landing Page Template designed to showcase your work.","author": "Pentaclay","authorUrl": "https://www.framer.com/@pentaclay/","price": 0.0,"currency": "USD","isFree": true,"previewUrl": "https://pentos.framer.website","thumbnailUrl": "https://y4pdgnepgswqffpt.public.blob.vercel-storage.com/templates/48274/pentos-xyz","url": "https://www.framer.com/marketplace/templates/pentos/","likeCount": 10284,"conversionRate": 0.4186,"publishedAt": "2024-11-18T15:16:10.814Z","recordType": "marketplace_item","scrapedAt": "2026-05-17T12:00:00.000000+00:00"}
Modes
searchTemplates
Search across all Framer templates by keyword. Set searchQuery to your search terms (e.g., "portfolio", "SaaS landing page", "dark minimal").
searchPlugins
Search across all Framer plugins and extensions by keyword.
byCategory
Browse all items within a specific category. Set category to one of: portfolio, business, landing-page, blog, ecommerce, agency, saas, personal, minimal, dark, ai, app, education, crypto, and more.
featured
Retrieve the highest-ranked and featured items on the marketplace. Does not require a search query.
getItem
Fetch detailed information for one or more specific marketplace items. Provide a list of Framer Marketplace URLs in the startUrls field.
FAQ
Do I need a Framer account or API key? No. The Framer Marketplace is publicly accessible and this scraper requires no credentials.
How many items can I scrape? Up to 5,000 items per run. For larger datasets, run multiple searches with different queries.
Are plugin items supported?
Yes. Set mode to searchPlugins to search plugins, or set itemType to plugin in category/featured mode.
Can I filter to free templates only?
Yes. Set isFree to true to return only free marketplace items.
How fresh is the data? The scraper reads live data from the Framer Marketplace on each run.
What is the likeCount field? Framer calls this "remixes" — the number of times a template has been used/forked by community members.
Limitations
- This scraper uses Framer's internal Next.js RSC routes. Page structure may change if Framer updates their platform.
- Some very new or unlisted items may not appear in search results.
- Plugin details (install count, compatibility) may vary by item.
- Rate limiting may apply for very large runs.