





API:Marketing
API Endpoint Path
required
Brand Online World Footprint Checker API
/api/1/brandchannel
Call Method
Required
POST
Type of Data Return
JSON
Output structured JSON data on Brand online footprint
token
required
BUYFROMLO API token. Free and paid subscription API are available: /api/1/brandchannel, and accessible to on-site APP on /app/1/brandchannel as well
brand
required
Input the brand name
Brand Online World Footprint Checker API
/api/1/brandchannel
Python Code Sample
import requests
apiendpoint = "https://api.buyfromlo.com/api/1/brandchannel"
## Required Arguments & Parameters ##
token = "your buyfromlo token"
brand = "a specific brand name"
data={"brand": brand}
headers={"Authorization": "Bearer " + token}
## Call the api ##
response = requests.post(apiendpoint, json=data, headers=headers)
print(response.status_code)
print(response.json())
JSON Response Sample
{
'Apple Apps Store':'',
'Google Play Store':'',
'Tiktok:''',
'Youtube':''',
'Pinterest':''',
'Wikipeida':''',
'Yahoo Finance':''',
'Crunchbase:'''',
'Pitchbook':''',
'Trustpilot':''',
'Glassdoor':''',
'Github':''',
'Coindesk':''',
'Amazon':''',
'eBay':''',
'BestBuy':''',
'Target':''',
'Kohls':''',
'Lowes':''',
'Walmart':''',
'Homedepot':''',
'Newegg':''',
'Facebook':''',
'Linkedin':''',
'Instagram':''',
'Twitter':'''
}
The Brand Online Footprints & Info Scraper helps gather and organize online channels and background information for a specific brand or company.
The scraper supports English, Japanese, Simplified Chinese, and Traditional Chinese.
The API provides various data points such as official website, social media channels, financing records, and presence on marketplaces.
The data is returned in JSON format.
You can make up to 20 requests per minute.
The monthly request limit is 500.
The data is sourced from the internet.
The API will provide information for potential alternative companies if there's a name overlap.
Yes, you can integrate the API with various programming languages including Python, using cURL, JS, Ruby, PHP, Node.js, Java, .NET, Rust, Go, and Typescript.
You can find details about legal obligations and liabilities in the Legal Terms of Service & Condition.