Framer Templates Scraper avatar

Framer Templates Scraper

Pricing

from $3.00 / 1,000 template listeds

Go to Apify Store
Framer Templates Scraper

Framer Templates Scraper

Extract template data from the Framer Marketplace — the leading platform for responsive website templates. Browse all templates or filter by category, pricing, and search query. Optionally visit detail pages for rich metadata including features, screenshots, and page lists.

Pricing

from $3.00 / 1,000 template listeds

Rating

0.0

(0)

Developer

ParseBird

ParseBird

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Extract template data from the Framer Marketplace — the leading platform for responsive website templates used by designers, agencies, and startups worldwide.

What is Framer Templates Scraper?

Framer Templates Scraper is an Apify Actor that automatically collects template data from the Framer Marketplace. It extracts template names, prices, creators, thumbnails, and more. With the Include Details option, it visits each template's page to gather rich metadata like features, page lists, screenshots, creator emails, and view counts.

No login or API key required. Just configure your filters and run.

What can this scraper do?

  • Browse by category — Filter templates by 25+ categories including Agency, Portfolio, AI, Dark, Modern, Minimal, Ecommerce, and more
  • Search templates — Use Framer's built-in search to find templates by keyword
  • Filter by pricing — Get only free templates, only paid templates, or both
  • Extract listing data — Template name, price, creator, profile URL, and thumbnails
  • Extract detail page data — Full description, all features, all pages (expanded), categories, screenshots, preview URL, view count, last updated, creator avatar, and creator email
  • Control volume — Set a maximum number of results to keep costs predictable
  • Automatic pagination — Scrapes across multiple pages to collect hundreds or thousands of templates
  • Apify platform benefits — Schedule runs, access results via API, integrate with Google Sheets, Slack, Zapier, and 100+ other tools

What data can you extract from Framer Marketplace?

FieldTypeAvailable
Template namestringAlways
URLstringAlways
Price (Free / $XX)stringAlways
Creator namestringAlways
Creator profile URLstringAlways
Thumbnail imagesarrayAlways
DescriptionstringWith details
Features (e.g. CMS, Forms, SEO)arrayWith details
CategoriesarrayWith details
All pages (Home, About, etc.)arrayWith details
Preview URLstringWith details
ScreenshotsarrayWith details
View countstringWith details
Last updatedstringWith details
Creator emailstringWith details
Creator avatar URLstringWith details

How to scrape Framer Marketplace templates

  1. Click Try for free to open the Actor in Apify Console
  2. Choose a Category or enter a Search Query
  3. Set Pricing Filter to All, Free, or Paid
  4. Set Max Templates to control how many results you want
  5. Toggle Include Detail Pages if you need rich metadata (features, pages, email, etc.)
  6. Click Start and wait for the run to complete
  7. Download your data as JSON, CSV, Excel, or access it via the Apify API

Input configuration

ParameterTypeDefaultDescription
CategoryenumAllFilter by category (Agency, Portfolio, AI, Dark, etc.)
Search QuerystringSearch Framer Marketplace by keyword
Pricing FilterenumAllAll, Free Only, or Paid Only
Max Templatesinteger50Maximum templates to return (0 = unlimited)
Include Detail PagesbooleanfalseVisit each template's page for rich metadata

Example input — scrape 20 free portfolio templates:

{
"category": "portfolio",
"pricing": "free",
"maxResults": 20,
"includeDetails": false
}

Example input — search for "SaaS" with full details:

{
"searchQuery": "SaaS",
"pricing": "all",
"maxResults": 10,
"includeDetails": true
}

Output example

Each template is returned as a JSON object. Here's an example with detail page data:

{
"name": "Codot",
"slug": "codot",
"url": "https://www.framer.com/marketplace/templates/codot/",
"price": "$79",
"creatorName": "Pentaclay",
"creatorUrl": "https://www.framer.com/@pentaclay/",
"thumbnailUrls": ["https://www.framer.com/creators-assets/..."],
"description": "Introducing Codot — the ultimate Digital Agency...",
"features": ["A11y Optimized", "Animations & Effects", "CMS", "Forms", "Site Search"],
"categories": ["Agency", "Portfolio", "Marketing", "Modern"],
"pages": ["Home", "About", "Work", "Work Details", "Blog", "Blog Details", "Services", "Contact", "404"],
"previewUrl": "https://codot.framer.website",
"screenshots": ["https://www.framer.com/creators-assets/..."],
"viewCount": "11K views",
"lastUpdated": "Updated 3 weeks ago",
"creatorEmail": "hellopentaclay@gmail.com",
"creatorAvatarUrl": "https://y4pdgnepgswqffpt.public.blob.vercel-storage.com/creators/...",
"scrapedAt": "2026-03-28T07:17:54.147755+00:00"
}

How much does it cost to scrape Framer templates?

This Actor uses the pay-per-event pricing model with two tiers. You pay only for the templates you actually receive — if a run returns 10 templates, you're charged for 10, regardless of the maxResults setting.

EventWhat you getPrice
Template ListedBasic data from listing page (name, price, creator, thumbnails)$0.005 per template
Template DetailFull detail page data (features, pages, email, screenshots, etc.)$0.05 per template

Cost examples:

ScenarioCost
100 templates, listing only$0.50
100 templates, with details$5.00
1,000 templates, listing only$5.00
1,000 templates, with details$50.00

Why two prices? Listing scrapes extract data from the category/search page — fast and lightweight. Detail scrapes visit each template's individual page with a full browser navigation — 10x more compute, proxy, and time. The pricing reflects this difference so you only pay for what you need.

Apify's free plan includes $5 of monthly platform credits — enough to scrape 1,000 templates (listing) or 100 templates (with details) for free.

Tips and best practices

  • Start small — Set maxResults to 5-10 first to preview the data before running a large scrape
  • Use categories for style filtering — Categories like dark, modern, minimal, animated work as style filters
  • Search vs. category — When searchQuery is set, it uses Framer's search page (category is ignored). For browsing a category, leave search empty
  • Listing vs. details — Listing-only is fast (~20 templates per page load). Detail scraping adds ~3-5 seconds per template
  • Large scrapes — The scraper handles pagination automatically. For 1,000+ templates, expect 5-10 minutes (listing only) or 1-2 hours (with details)

FAQ

This Actor extracts publicly available data from the Framer Marketplace. It does not bypass any authentication, paywalls, or access controls. Always review and comply with the target website's Terms of Service before scraping.

Why is the creator email sometimes empty?

Not all template creators provide a "Contact Creator" email on their template page. The creatorEmail field will be empty for those templates.

Can I schedule automatic runs?

Yes. On the Apify platform, you can schedule this Actor to run daily, weekly, or at any custom interval. Combined with integrations (Google Sheets, Slack, webhooks), you can build automated template monitoring pipelines.

How do I access the data programmatically?

After a run completes, use the Apify API to fetch results in JSON, CSV, or Excel format. You can also use the Apify client libraries for JavaScript/Python.

Support and feedback

If you encounter any issues or have feature requests, please open an issue on the Actor's Issues tab in Apify Console. You can also reach out via the Apify community on Discord.