Social

Build a targeted influencer list

Describe a creator segment and a Nimble Web Search Agent returns matching influencers with their handle, follower count, engagement, and profile URL. Running several queries accumulates a deduplicated dataset in Supabase that a dashboard filters by platform, category, and follower size, with CSV export for outreach.

Quick Start

Inputs

  1. Query A creator segment: niche plus platform plus follower band plus geography, for example "home-cooking creators on TikTok, 50k-500k followers, US".

Outputs

  • A deduplicated influencer dataset in Supabase
  • Handle, platform, and profile URL per creator
  • Standardized follower counts and engagement
  • A clean query-derived category per creator
  • Public contact email when the creator lists one
  • CSV export of any filtered view

The repo ships 120 creators across 15 categories on TikTok, Instagram, and YouTube with standardized follower counts, so the dashboard runs with no API calls.

View example on GitHub

How it works

A four-step discovery flow.

  1. Describe the segment Describe a creator segment: niche, platform, follower band, and geography, treated as hard filters.
  2. Discover the creators A dataset_building agent searches the named platforms and creator directories and returns matching creators with follower counts and profile URLs.
  3. Accumulate and dedupe Results are standardized and upserted into a Supabase table, deduplicated on platform and handle; more queries grow the dataset.
  4. Filter and export A dashboard filters by platform, category, and follower size and exports the current view to CSV.

Stack

Nimble primitives plus the full runtime stack.
Nimble APIs
What it does
  1. Web Search Agents One dataset_building agent per query discovers creators matching the niche, platform, follower band, and geography, with follower counts and profile URLs.
3rd Party Tools
Role
  1. Supabase The influencers table where the dataset accumulates across queries, deduplicated.
  2. Streamlit The dashboard: filter by platform, category, and follower size, then export CSV.
  3. pandas Dedup, follower parsing, and sorting.
  4. Python 3.10+ Resumable, concurrent discovery.
Reach out if you have any questions.
Talk to an Expert