GET /v1/search.
Parameter table
Free-text keyword search. Matches against the influencer’s name and bio.Examples:
"yoga teacher NYC", "vegan chef", "travel photographer"At least one of query or category is required.Business category to filter by. Only returns accounts with a matching Instagram business category.Valid values:
At least one of
| Category | Category | Category |
|---|---|---|
| Beauty | Fitness | Tech |
| Food | Travel | Fashion |
| Health | Music | Gaming |
| Art | Photography | Education |
| Business | Entertainment | Sports |
| Lifestyle | Automotive | Finance |
query or category is required.Two-letter country code. Filters by the influencer’s detected location.Valid values (common):
Most ISO 3166-1 alpha-2 codes are supported.
| Code | Country | Code | Country |
|---|---|---|---|
| US | United States | UK | United Kingdom |
| DE | Germany | FR | France |
| IT | Italy | ES | Spain |
| CA | Canada | AU | Australia |
| BR | Brazil | IN | India |
| NL | Netherlands | SE | Sweden |
| MX | Mexico | JP | Japan |
| KR | South Korea | TR | Turkey |
| RU | Russia | PL | Poland |
| AE | UAE | SA | Saudi Arabia |
Gender filter. Uses face detection on profile photos.Valid values:
"male", "female"Minimum follower count (inclusive).Range: 0 to 1,000,000,000Default: none (no minimum)
Maximum follower count (inclusive). Useful for finding micro-influencers.Range: 0 to 1,000,000,000Default: none (no maximum)
Combining filters
All filters can be combined. The API returns results matching all specified filters (AND logic).Requirements
- At least one of
queryorcategorymust be provided - If both are provided,
categoryfilters the results andqueryperforms a keyword search within that category
Notes
- Country codes are case-insensitive (
usandUSboth work) - Gender detection uses facial analysis on profile photos — accuracy may vary
- Results are sorted by follower count (descending)
- The
max_followersfilter enables micro-influencer discovery