List influencers
GET/api/influencer
List influencers
Request
Query Parameters
Name of the influencer or social network handle
Follower count of the influencer
A lowercase ISO 3166-1 alpha-2 code
Possible values: [13-17, 18-24, 25-34, 35-44, 45-64]
Age group of the influencer's followers
A lowercase ISO 639 language code
Possible values: [male, female]
Followers gender
Comma-separated list of categories
Comma-separated list of restrictions
Maximum budget of the campaign
Whether the influencer has image generation available
Possible values: >= 1
Page number
Possible values: >= 1 and <= 100
Number of items per page
Responses
- 200
- default
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
items object[]required
An array of influencers.
The unique identifier of the influencer.
The first name of the influencer.
The last name of the influencer.
The URL of the influencer avatar.
Whether the influencer has a meta tag.
Possible values: [art_and_design, automobiles, beauty, beverages, books_and_literature, career_and_business, children_toys_and_games, diy, e_commerce, education, events_and_entertainment, fashion, finance_and_insurance, food, gardening_and_outdoor, health_and_fitness, hobbies_and_crafts, home_and_living, home_appliences, legal_services, mobile_games, news, non_profit_and_charity, office_supplies, parenting_and_family_products, personal_development, pets, photography, podcasts, real_estate, social_media_tools, sports_and_outdoor_activities, streaming, subscription_box, technology, travel, video_games, wedding]
The categories of the influencer.
Possible values: [eco_friendly, no_animal_testing, halal, kosher, vegan, vegetarian, lgbtq, diverse_leadership]
The restrictions of the influencer.
The Instagram username of the influencer.
The number of Instagram followers of the influencer.
The minimum budget of the influencer.
Returns true if influencer content is masked according to ToC policy.
The total number of influencers.
{
"items": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"first_name": "string",
"last_name": "string",
"avatar": "string",
"has_meta_tag": true,
"categories": [
"art_and_design"
],
"restrictions": [
"eco_friendly"
],
"instagram_username": "string",
"instagram_followers": 0,
"minimum_budget": "string",
"masked": true
}
],
"total": 0
}
Unexpected error
- application/json
- Schema
- Example (from schema)
Schema
The error code
A human-readable error message
{
"code": 0,
"message": "string"
}