#
# # # # #

Brand Online Footprint Checker API

API:Marketing

US$12US$25

  • 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.

  • The API is for personal use. For more details regarding API usage obligation & liability, please read Legal Terms of Service & Condition

1 Mins Video Google Sheets Demo


Brand Online Footprint Checker API Applied to Use in Google Sheets.

1 Mins Video Onsite App Demo


Brand Online Footprint Checker API Applied in BuyfromLo Onsite App.

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 requests per min
  • Data Source: Source from Internet
  • Request Limit: 500 requests/month
  • Script & Integration: Code to integrate with cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, Typescript

4.5 (Overall)

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

Latest Reviews

Brand Online Footprint Checker API Endpoint Basic Info

API Endpoint Path

required

Brand Online World Footprint Checker API

https://www.buyfromlo.com/api/1/brandFootprint


Call Method

Required

GET

Type of Data Return

JSON

JSON output structured data for Brand online footprint data


Available API Arguments & Parameters

Token

required

BUYFROMLO API token. Subscription API is available on www.buyfromlo.com/apis, and accessible to on-site APP on www.buyfromlo.com/app as well

brand

required

Input the brand name



Brand Online World Footprint Checker API

https://www.buyfromlo.com/api/1/brandFootprint


Code Integration and Response

Python Code Sample


import requests

apiendpoint = "https://www.buyfromlo.com/api/1/brandchannel"

## Required Arguments & Parameters ##

token = "your buyfromlo token"
brand = "a specific brand name"

## Call the api ##
response = requests.get(apiendpoint + "?token=" + token + "&brand=" + brand)
print(response.status)
print(response.json())
                        

JSON Response Sample


{
    "chnannel name":"",
    "channel link":""
}