Passionfroot Scraper avatar

Passionfroot Scraper

Pricing

from $10.00 / 1,000 creator profiles

Go to Apify Store
Passionfroot Scraper

Passionfroot Scraper

The Passionfroot Scraper extracts creator media kits from Passionfroot, capturing names, taglines, handles, per-channel audience metrics (reach, view rate, country and age breakdowns, topics) and exact sponsorship pricing โ€” ideal for influencer prospecting, sponsorship research, and lead generation.

Pricing

from $10.00 / 1,000 creator profiles

Rating

0.0

(0)

Developer

FalconScrape

FalconScrape

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

๐Ÿ“ Passionfroot Scraper

Extract complete creator media kits from Passionfroot โ€” audience stats, every social handle, and exact sponsorship pricing โ€” in one structured dataset. The Passionfroot Scraper turns public creator storefronts on passionfroot.me into clean JSON you can use for influencer prospecting, sponsorship research, and lead generation.

Run it on the Apify platform for API access, scheduling, integrations (Google Sheets, Zapier, Make), and monitoring โ€” no infrastructure to manage.

โœจ What does Passionfroot Scraper do?

Passionfroot is a marketplace where creators publish public "media kits" listing their audience and what a sponsorship costs. This Actor collects that data at scale, giving you for each creator:

  • ๐Ÿ‘ค Creator profile: display name, tagline, avatar, and long-form "About" text.
  • ๐Ÿ”— All social handles: YouTube, Instagram, Twitter/X, LinkedIn, TikTok, website, and newsletter links.
  • ๐Ÿ“ˆ Audience metrics per channel: reach (subscribers/followers), view rate, engagement rate, country breakdown, age breakdown, and audience topics.
  • ๐Ÿ’ฐ Sponsorship pricing: every ad product with its name, exact price, currency, and full description โ€” the numbers brands normally have to email for.

๐Ÿ’ก Why use Passionfroot Scraper?

  • Build sponsorship lead lists โ€” creator name, contact channels, audience size, and rates in one row.
  • Benchmark influencer pricing โ€” compare what creators in your niche charge across YouTube, newsletters, and social.
  • Power outreach & CRM โ€” export straight to a spreadsheet or push into your sales tools via the Apify API.
  • Market research โ€” analyze audience demographics and going rates across a whole category of creators.

๐Ÿ› ๏ธ How to use Passionfroot Scraper

  1. Add creators โ€“ Enter the Passionfroot usernames (e.g. ali-abdaal) or full profile URLs you want to scrape.
  2. Set a limit โ€“ Choose the maximum number of profiles with Max items.
  3. Run the Actor โ€“ Click Start. Results appear in the dataset in seconds.
  4. Export โ€“ Download the data as JSON, CSV, Excel, or HTML, or pull it via API.

๐Ÿ“ฅ Input

FieldDescription
CreatorsList of Passionfroot usernames or profile URLs to scrape.
Max itemsMaximum number of creator profiles to scrape (default 50).
Proxy configurationOptional. Not required for this Actor.

Example input:

{
"creators": ["ali-abdaal", "the-coding-sloth", "grahamstephan"],
"maxItems": 50
}

๐Ÿ“Š Output

Each creator becomes one dataset item. You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

{
"slug": "the-coding-sloth",
"url": "https://www.passionfroot.me/the-coding-sloth",
"displayName": "The Coding Sloth",
"tagline": "Making coding more fun and accessible for everyone!",
"avatarUrl": "https://res.cloudinary.com/passionfroot/image/upload/.../Brand%20Logo.jpg",
"socialHandles": [
{ "platform": "YOUTUBE", "handle": "@TheCodingSloth" },
{ "platform": "NEWSLETTER", "handle": "https://slothbytes.beehiiv.com/" }
],
"channels": [
{
"platform": "NEWSLETTER",
"name": "Sloth Bytes",
"link": "https://slothbytes.dev",
"frequency": "Tuesdays and Thursdays",
"audienceReach": 47864,
"viewRatePercent": 40.98,
"audienceCountries": { "US": 85, "IN": 2, "CA": 1, "DE": 1, "GB": 1 },
"audienceKeywords": ["Productivity", "programming", "software engineers"],
"products": [
{
"name": "Sponsor of the week",
"priceUsd": 1000,
"currency": "USD",
"quantity": 1,
"description": "Your logo at the very top of the email, plus a dedicated section..."
}
]
}
],
"scrapedAt": "2026-07-24T08:06:55.174Z"
}

Output fields

FieldDescription
slugCreator's Passionfroot username.
urlPublic profile URL.
displayNameCreator's display name.
taglineShort headline shown on the profile.
avatarUrlProfile image URL.
aboutLong-form "About" text (HTML).
socialHandlesArray of { platform, handle } for each linked account.
channelsArray of channels, each with audience metrics and sponsorship products.
channels[].audienceReachSubscribers/followers on that channel.
channels[].productsSponsorship offerings with name, priceUsd, currency, and description.
scrapedAtTimestamp of extraction.

๐Ÿ’ต Pricing

This Actor uses the pay-per-result model: you pay $0.01 for each creator profile successfully scraped. No monthly subscription, and you only pay for data you actually get. Scraping 100 creators costs about $1.

โšก Tips

  • Get creator usernames by browsing Passionfroot profiles or from your existing outreach lists โ€” anything after passionfroot.me/ is the username.
  • Use Max items to cap costs on large lists.
  • Schedule runs to keep audience numbers and rates up to date, since creators update them over time.
  • Integrate with Google Sheets, Slack, or your CRM through Apify's built-in integrations.

โ“ FAQ

Is scraping Passionfroot legal? This Actor only collects publicly available information from creator storefronts that are already indexed by search engines. As with any scraping, use the data responsibly and in line with applicable laws and Passionfroot's Terms of Service. It does not collect private or login-protected data.

Do I need a proxy? No. The Actor works out of the box without proxies.

Can I get a list of all creators automatically? Passionfroot has no public master directory, so you supply the usernames you're interested in. You can gather them from search engines, creator cross-links, or your own prospect lists.

Why is a profile missing from the results? Profiles that don't exist (or were renamed/removed) are skipped automatically.

๐Ÿ› Support

Found a bug or need an extra field? Open an issue on the Actor's Issues tab โ€” feedback and custom requests are welcome.