🇬🇧 UK Fitness Influencers — Instagram API
Access a searchable database of United Kingdom fitness influencers — personal trainers, gym coaches, and workout creators. Filter by follower count, gender, city, and more. Retrieve business emails, bios, and engagement data via a simple API call — no signup, no subscription, just $0.10 per search.
Sample Results
These are representative examples of the type of profiles returned. Real searches return live data with current follower counts and contact info.
public_email field — ready for outreach without manual research.
API Usage
Search for United Kingdom fitness influencers — personal trainers, gym coaches, and workout creators with a single HTTP request:
# Try free — no payment needed: curl "https://socialintel.dev/v1/search?category=Fitness&country=United%20Kingdom&limit=3&demo=true" # Pay automatically (x402 — no API key needed): npx agentcash@latest fetch \\ "https://socialintel.dev/v1/search?category=Fitness&country=United%20Kingdom&limit=20"
# pip install 'x402[httpx,evm]'
from x402.http.clients import x402HttpxClient
# x402 client pays automatically on 402 responses
async with x402HttpxClient(client) as http:
r = await http.get(
"https://socialintel.dev/v1/search",
params={
"category": "Fitness",
"country": "United Kingdom",
"limit": 50,
"min_followers": 10000,
},
)
influencers = r.json()["results"]
# Full setup: https://socialintel.dev/docs/quickstart
Pricing
| Results | Price | Per Lead |
|---|---|---|
| 20 results | $0.10 | $0.005 |
| 50 results | $0.16 | $0.0032 |
| 100 results | $0.26 | $0.0026 |
Payment via x402 protocol using USDC on Base or Solana. No subscription, no signup. AI agents can pay automatically.
Available Filters for Fitness Search
| Parameter | Example | Description |
|---|---|---|
category | Fitness | Content category |
country | United Kingdom | Creator's country |
min_followers | 10000 | Minimum followers (e.g. micro-influencers) |
max_followers | 500000 | Maximum followers |
gender | female | Filter by gender |
query | vegan | Text search in bio |
limit | 50 | Results to return (max 100) |
Frequently Asked Questions
GET https://socialintel.dev/v1/search?category=Fitness&country=United+Kingdom. The API returns a list of matching profiles with follower counts, bios, and business emails where available. Payment is $0.10 per search via x402 (USDC on Base or Solana) — no account required.min_followers parameter to filter micro-influencers (10K-100K) or macro-influencers (100K+). For example: GET /v1/search?category=Fitness&min_followers=10000&max_followers=100000 returns micro-fitness influencers perfect for authentic brand partnerships.gender=female or gender=male to your query. This is useful for targeting gender-specific fitness products like women's activewear or men's supplements.Use Cases
The Social Intel API is used for:
- Influencer marketing agencies — build prospect lists for client campaigns
- Brand partnerships teams — find authentic creators in specific niches
- AI agents & automation — integrate via MCP or direct API calls with x402 auto-payment
- Market research — analyze influencer landscape by category and geography
- Outreach campaigns — extract business emails for direct partnership requests
Start Searching UK Fitness Influencers
First search costs $0.10. No signup, no API key. Pay with USDC on Base or Solana.