#
# # # # #

Brand Online Channel & Footprint Checker API

API:Marketing

US$12US$17

  • Brand Online Footprints & Info Scraper faciliates to consolidate a specific brand or company's online channels and related background information. The scraper supports 4 languages which are English, Japanese, Simplified Chinese and Traditional Chinese. The return dataset has a wide range of metrics such as official website, social media channel, financing record footprints, webshop on marketplaces, etc. API also respond alternative company information if the name usage is overlap.

  • For more details regarding API usage obligation & liability, please read Legal Terms of Service & Condition

API Practical Application Showcase 1


Brand Online Channel & Footprint Checker API

API Practical Application Showcase Case 2


Brand Online Channel & Footprint Checker API

Features

  • Brand Online Footprints & Info Scraper faciliates to consolidate a specific brand or company's online channels and related background information.
  • The scraper supports 4 languages which are English, Japanese, Simplified Chinese and Traditional Chinese.
  • The return dataset has a wide range of metrics such as official website, social media channel, financing record footprints, webshop on marketplaces, etc.
  • API also respond alternative company information if the name usage is overlap.

API Endpoint Specifications

  • Endpoint Path: /api/1/brandchannel
  • Type of Data: JSON & 20/minute
  • Data Source: Source from Internet
  • Request Limit: 500 request/month
  • Script & Integration: Code to integrate with cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, Typescript
Brand Online Channel & Footprint Checker API Endpoint Basic Info

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


Available API Arguments & Parameters

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


Code Integration and Response

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':'''
}
                        

4.5 (Overall)

  • 5 stars - 38
  • 4 stars - 10
  • 3 stars - 3
  • 2 stars - 1
  • 1 star - 0

Latest Reviews

FAQs

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.