





API:Marketing
API Endpoint Path
required
Social Influencers & KOLs Profile Scraper API
api/1/influencer
Call Method
Required
GET
Type of Data Return
JSON
Output structured JSON data on Influencer profile
token
required
BUYFROMLO API token. Free and paid subscription APIs are both available: /api/1/influencer, and accessible to on-site APP on Onsite Influencer Search as well
category
required
Input a category of influencer. Here are the options: Consumer Electronics, EV & Automotive, Crytocurrency, Game, Cookware & Food, Alcohol & CBD, Travel Hospitality, Lifestyle
source
Optional
Input a full name of original country of the influencer. The default is United States
subscriber
Optional
Enter the range of influencer followers. The default is 100000
name
Optional
Input Youtube channel name
Social Influencers & KOLs Profile Scraper API
api/1/influencer
Python Code Sample
import requests
apiendpoint = "https://api.buyfromlo.com/api/1/influencer?"
## Required Arguments & Parameters ##
token = "BFL token"
category = "Input a category name"
source = "Select a target country or market"
subscriber = "Enter target profle of follower amount"
page = "Input a page pagination"
data="category=" + category + "&source=" + source + "&subscriber=" + subscriber + "&page=" + page
headers={"Authorization": "Bearer " + token}
## Call the api ##
response = requests.get(
apiendpoint + data, headers=headers)
print(response.status_code)
print(response.json())
JSON Response Sample
{
"Category":" " (string),
"Name":" " (string),
"Youtube_Followers":" " (integer),
"Country": " " (string),
"Thumbnail_url":" " (string),
"Twitter_Follower": " " (integer),
"IG_Followers":" " (integer),
"TikTok_Followers":" " (integer),
"Emails": " " (string),
"Twitter_Profile": " " (string),
"Instagram_Profile": " " (string),
"TikTok":" " (string),
"Pinterest":" " (string),
"Discord":" " (string),
"Telegram":" " (string),
"CountryFinal":" " (string),
"Web":" " (string)
}
The Influencer Profile Scraper API is a tool that allows you to scrape public influencer data from popular social media platforms.
The Influencer Profile Scraper API provides data such as influencer name, social media handles, follower counts, engagement rates, and more.
The Influencer Profile Scraper API has a database of over 500,000 influencers from 8+ countries.
The Influencer Profile Scraper API covers a wide range of industries, including consumer electronics, EV, Cryptocurrency, fashion, household, travel, and more.
You can access the Influencer Profile Scraper API by purchasing a subscription on the BUYFROMLO website.
The cost of the Influencer Profile Scraper API varies depending on the subscription plan you choose.
The Influencer Profile Scraper API has a request limit of 500 requests per month.
The Influencer Profile Scraper API supports a variety of programming languages, including Python, Ruby, PHP, Node.js, Java, .NET, Rust, Go, and TypeScript.
Yes, the Influencer Profile Scraper API allows you to scrape influencers from multiple social media platforms, including YouTube, Facebook, Instagram, TikTok, Discord, Telegram, Twitter, and more.
Yes, the Influencer Profile Scraper API is easy to use and comes with detailed documentation and code examples to help you get started.