#
# # # # #

Shopify Product Scraper API

API:Scraper

US$5US$12

  • Scrape products information from any webshop built using Shopify platform. Product scraping is up to 500 SKUs. 15+ product data metrics are included in the scraped result that include pricing, date_created, product name, etc. And Support to scrape ether top domain or subdomain shopify webshop domain

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

API Practical Application Showcase 1


Shopify Product Scraper API

API Practical Application Showcase Case 2


Shopify Product Scraper API

Features

  • Scrape products information from any webshop built by using Shopify platform
  • Scrape total 500 SKUs from a Shopify webshop
  • 15+ product data metrics are included in the scraped result that include pricing, date_created, product name, etc
  • Support to scrape ether top domain or subdomain shopify webshop domain

API Endpoint Specifications

  • Endpoint Path: /api/1/shopifyTracker
  • Type of Data: JSON & 20/minute
  • Data Source: Shopify
  • Request Limit: 500 request/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

Shopify Product Scraper API Endpoint Basic Info

API Endpoint Path

required

Shopify Store Product Scraper API

api/1/shopifyTracker


Call Method

Required

GET

Type of Data Return

JSON

Output structured JSON data on Shopify Store SERP product


Available API Arguments & Parameters

token

required

BUYFROMLO API token. Free and paid subscription APIs are both available: /api/1/shopifyTracker, and accessible to on-site APP on /app/1/shopify as well

tld

required

Enter the top level domain, such as www, us, hk, etc

siteURL

required

Input the root domain, such as abc.com, abc.cn



Shopify Store Product Scraper API

api/1/shopifyTracker


Code Integration and Response

Python Code Sample


import requests

## Required components ##
token = "your buyfromlo token"
apiendpoint = "https://api.buyfromlo.com/api/1/shopifyTracker?"
tld = "www"
siteURL = "your target domain"

data="tld=" + tld + "&siteURL=" + siteURL
headers={"Authorization": token}

## Call the api ##
response = requests.get(apiendpoint + data, headers=headers)
print(response.status_code)
print(response.json())
                        

JSON Response Sample


{
    'Product Title': ' ' (string),
    'Product ID': ' ' (string),
    'Product Created at': ' ' (string),
    'Product Published at': ' ' (string),
    'Product Updated at': ' ' (string),
    'Vendor': ' ' (string),
    'URL': ' ' (string),
    'Product Type': ' ' (string),
    'Variant ID': ' ' (string),
    'Product ID of Variant': ' ' (string),
    'Variant title': ' ' (string),
    'Variant SKU': ' ' (string),
    'Variant Featured Image': ' ' (string),
    'Variant Availability': ' ' (string),
    'Variant Price': ' ' (float),
    'Variant ComparePrice': ' ' (float),
    'Variant Taxable': ' ' (string),
    'Variant Shipping': ' ' (integer),
    'Variant Created at': ' ' (string),
    'Variant Updated at': ' ' (string),
    'Variant Image1': ' ' (string)
}
                        

FAQ

The BUYFROMLO Shopify Product scraper API allows you to scrape product information from any webshop built using the Shopify platform.

You can scrape up to 500 SKUs per request.

The scraped results include 15+ product data metrics, such as pricing, date_created, product name, and more.

Yes, the API supports scraping both top domain and subdomain Shopify webshop domains.

Yes, the API is intended for personal use only.

You can find more information regarding API usage obligation and liability in the Legal Terms of Service and Condition.

The endpoint path for the API is \/api\/1\/shopifyTracker.

The API supports JSON and 20\/minute data formats.

The data source for the API is Shopify.

Yes, there is a limit of 500 requests per month.