Framer Marketplace Templates & Plugins Scraper avatar

Framer Marketplace Templates & Plugins Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Framer Marketplace Templates & Plugins Scraper

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

Crawler Bros

Maintained by Community

Actor stats

7

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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

ParameterTypeDescriptionDefault
modeSelectWhat to scrape: searchTemplates, searchPlugins, byCategory, featured, getItemsearchTemplates
searchQueryTextKeywords to search forportfolio
startUrlsListMarketplace URLs for mode=getItem
categorySelectCategory to browse (mode=byCategory): portfolio, business, saas, ecommerce, etc.portfolio
itemTypeSelectFilter by type: template, plugin, componenttemplate
isFreeBooleanOnly return free itemsfalse
sortBySelectSort order: popular, new, featuredpopular
maxItemsIntegerMaximum number of results (1–5000)20

Output Fields

Each record in the dataset contains:

FieldTypeDescription
itemIdStringUnique Framer marketplace item ID
typeStringItem type: template, plugin, or component
titleStringItem name
descriptionStringItem description
authorStringCreator name
authorUrlStringCreator's Framer profile URL
priceNumberPrice in USD (0.0 = free)
currencyStringCurrency code (USD, EUR, etc.)
isFreeBooleanWhether the item is free
previewUrlStringLive preview URL of the template
thumbnailUrlStringThumbnail image URL
screenshotsArrayAdditional screenshot URLs
urlStringFramer Marketplace item URL
likeCountIntegerNumber of remixes/uses
conversionRateNumberMarketplace conversion rate
publishedAtStringISO 8601 publish date
createdAtStringISO 8601 creation date
recordTypeStringAlways marketplace_item
scrapedAtStringISO 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.

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.