Now live — the real-time Quick API for live creator data Learn more

lolly
</>AI Search

World's best
creator discovery API.

Search, filter, and enrich 380M+ creators across Instagram, TikTok, and YouTube — with clean endpoints and, when filters aren’t enough, natural-language AI Search.

Find any creator with AI-powered search.

Use image search to find creators that match your brand's exact visual requirements — themes, products, or activities.

female fitness blogger with 500k+ followers|✦ AI

2,847 creators found — top match

Emma Fit
Emma Fit

@emmafit_pro · Instagram

Save
847Kfollowers
4.2%eng. rate
328posts
$4.1Kavg EMV
New York, USFull report →

Describe what you're looking for in plain language — Lolly returns the creators who match.

POST /ai/instagram/text-search
{
  "page": 0,
  "filters": { "followersCount": { "min": 10000 } },
  "query": "woman lifting weights"
}

See every brand collaboration instantly.

See the full history of collaborations a creator has run with other brands.

Brand collaborations

AirbnbAppleAmazonAlibabaToyota

Query the data behind every collab.

POST /collaborations/post
{
  "id": "himmy",
  "platform": "instagram",
  "limit": 10
}

Every collab returns views, engagement rate, EMV, and post counts.

0.0MAvg views
0.0%Eng rate
$0KEMV
0Posts

Access 380M+ creator profiles with one API.

+9

Lookalike suggestions surface similar creators automatically.

0M+

creator profiles across every major platform.

InstagramTikTokYouTube

Rich creator profiles with 35+ data points.

Pull full reports with audience demographics, performance metrics, sponsored-post history, and more.

Himmy

Himmy

@himmy

Save
New York, USOpen full report

Generate a detailed breakdown for any handle in a single call.

POST /instagram/profile/himmy/report

Audience

Female0.00%
Male0.00%
Verified audience

Check authenticity, confirm brand fit, and build automated vetting straight into your product.

Everything you need in a single creator API

Structured, accurate creator data for any application — refreshed regularly to stay fresh and reliable.

Profile data

Bio, contact, and account details

  • Full name
  • Username
  • Bio / description
  • Profile URL
  • Profile picture
  • Location
  • Gender
  • Verified status
  • Contact info

Analytics data

Follower growth and engagement

  • Followers count
  • Follower growth rate
  • Engagement rate
  • Avg. engagements
  • Avg. reel plays
  • Average likes
  • Average views
  • Paid post performance

Content metadata

Granular post-level metrics

  • Posts count
  • Recent posts
  • Popular posts
  • Sponsored posts
  • Past brand partnerships
  • Interests
  • Keywords
  • Hashtags & mentions

Audience data

Demographics and audience insight

  • Audience demographics
  • Audience location
  • Audience languages
  • Audience interests
  • Audience ethnicities
  • Audience overlap
  • Audience lookalikes
  • Credibility score

One API. Endless creator intelligence.

Custom marketing platform.

Run Lolly as the engine behind a white-label product — creator search, analytics, and campaign tools under your own brand.

AI applications and agents.

Point your LLMs at an API they can reason over. Build predictive analysis, automated outreach and negotiation, and more.

Internal tools and workflows.

Wire Lolly into your own systems to move faster. Automate vetting, reporting, and programmatic campaign tracking.

Built for developers. Optimized for scale.

{ }
GET
{
}POST

Developer-first by design. The Lolly API takes you from an idea to production-ready as fast as possible.

  • Predictable, resource-oriented endpoints and URLs, built on REST principles.
  • Stateless communication and a uniform, consistent interface.
  • Clean, structured JSON that makes requests and responses easy to handle.

Fast, reliable API responses every time.

Clean Requests.api-app.lolly.com
curl -X POST \
  https://api-app.lolly.com/v1/instagram/search \
  -H 'Authorization: Bearer lly_live_<your_key>' \
  -d '{
    "page": 0,
    "sort": { "field": "followers", "direction": "desc" },
    "filter": {
      "influencer": {
        "followers": { "min": 20000 },
        "engagementRate": 0.03,
        "keywords": "supercars",
        "hasContactDetails": [
          { "contactType": "email", "filterAction": "must" }
        ]
      }
    }
  }'
Rich Responses.200 OK · application/json
{
  "error": false,
  "total": 1,
  "lookalikes": [
    {
      "userId": "1436859892",
      "profile": {
        "engagementRate": 0.0315,
        "followers": 164082435,
        "username": "creator",
        "isVerified": true
      }
    }
  ]
}

Getting started is easy.

Book a call, share your goals, and start building on Lolly today.

Request a demo

Need something custom? Let's build it together.

Request a demo

Frequently asked questions

Generate an API key in your Lolly account under API access — the full key (lly_live_…) is shown once, so store it securely. Send it on every request in the Authorization header as a Bearer token. Keys need the influencers:read and influencers:refresh scopes to call the lookup endpoint.

Instagram, TikTok and YouTube. Pass platform=instagram, tiktok or youtube together with a username to GET /api/public/v1/influencers/lookup. Results are cached per platform, so the same handle on different platforms never collides.

A Report lookup returns the full, enriched profile — audience demographics, engagement, posts and more — and resolves in about 70 seconds via polling. A Quick lookup returns a fast, lightweight snapshot in a single call (~5–12s, no polling). A Report costs 1 credit; a Quick costs 0.05 credit.

Credits are spent only on a definitive result — a returned profile (200) or a confirmed no-result (404). You are never charged while a lookup is still processing (202), when you are out of credits (402), or on an upstream error (502). Charges are idempotent per request, and unused credits roll over during your term.

Requests are throttled to 60 per minute per API key. Every response carries X-RateLimit-Limit, X-RateLimit-Remaining and X-RateLimit-Reset headers; if you go over the limit you get a 429 with a Retry-After header telling you how long to wait.

An account that exists but sits below the ~900-follower threshold returns 404 not_influencer — distinct from not_found, which means the handle does not exist on the platform. Both are definitive results.

380M+ creator profiles.
One powerful API.

Search every creator, generate full reports, and go beyond filters with AI Search. Spend the rest of your day building.