llms.txt Content
# InflDB
> InflDB is a global influencer and brands database with over 2 million accounts. The database is focused on Instagram.
## Usage
The main subpage to search the influencers is `/screener`. Simply visiting `https://infldb/screener` shows top 20 influencers.
The route also supports query parameters:
`accountTypes` - `person`, `organization`, or `page`, or comma-separated list of any of these values; if not present, all account types are returned
`countries` - comma-separated list of countries to fetch influencers from
`cities` - comma-separated list of cities to fetch influencers from
`categories` - comma-separated list of main categories of the accounts to fetch, e.g. `categories=fitness,yoga`
`topics` - comma-separated list of topic the accounts posts cover - this returns a wider range of results, but they may not be so relevant, e.g. not every account with `travel` topic is a `travel` brand or influencer
`platforms` - comma-separated list of platforms the account has links for; these values are valid: youtube, tiktok, x, linkedin, facebook, spotify, whatsapp, telegram, substack, onlyfans, strava
`hasExternalUrl` - true / false, optional
`hasEmail` - true / false, optional
## Subpages
- [Influencers and Brands Screener](/screener)
- [Top Influencers By Country - List of all countries](/top-influencers)
- [Top Influencers By Category - List of all categories](/top-influencers-by-category)
- [Top Influencers By Country - Specific Country, e.g. USA](/top-influencers/United States of America)
- [Top Influencers By Category - Specific Category, e.g. fitness](/top-influencers-by-category/fitness)
- [About The Data](/about-the-data)
- [Pricing](/pricing)
- [Contact](/contact)
- [Login](/login)
- [Sitemap](/sitemap.xml)