





API:Scraper
API Endpoint Path
required
Aliexpress Product Scraper API
/api/1/aliexpress-scraper
Call Method
Required
POST
Type of Data Return
JSON
Output structured JSON data on AI blog content
token
required
BUYFROMLO API token. Free and paid subscription API are available: /api/1/aliexpress-scraper, and accessible to on-site APP on /app/1/aliexpress-scraper as well
productkw
required
Input a product keyword in English
Aliexpress Product Scraper API
/api/1/aliexpress-scraper
Python Code Sample
import requests
apiendpoint = "https://api.buyfromlo.com/api/1/aliexpress-scraper"
## Required Arguments & Parameters ##
product_kw = "input a product keyword"
headers={"Authorization": "Bearer " + token}
## Call the api ##
response = requests.post(apiendpoint + "?productkw=" + product_kw, headers= headers)
print(response.status_code)
print(response.json())
JSON Response Sample
element_info = {
'Advertiser ID': '',
'Product ID': '',
'Product Description': '',
'Product SEO': '',
'Product FAQ': '',
'Product Review': '',
'Live Status': '',
'Catalog ID': '',
'Product Title Origin': '',
'Product Description Origin':'',
'DiscountPrice':'',
'Platform': 'Aliexpress',
'Promotions':'',
'Subcategory Name': '',
'Campaign Name':'',
'Labels':'',
'Product Image': '',
'Product Price': '',
'Price Currency': 'USD',
'Product Link': '',
'avgReview': '',
'handleURL':'',
'productEmbeddings':'',
'0':'Dummy',
'1':'Dummy2'
}
This API lets you scrape product details such as minimum and maximum prices, shipping costs, product names, and more.
Yes, you can fetch up to 50 products per request and are limited to 500 requests per month.
The Aliexpress Product Scraper API offers both free and paid versions. More details on features and limitations for each are likely available on the provider's website.
The API supports integration with various languages including cURL, JavaScript, Python, Ruby, PHP, Node.js, Java, .NET, Rust, Go, and Typescript.
You can find comprehensive information regarding API usage, obligations, and liability in the Legal Terms of Service & Condition provided by the API provider.
The API allows you to make requests up to 5 times per minute.
The scraped data includes both minimum and maximum pricing for each product.
While the API is suitable for gathering product data, you should check Aliexpress's terms and conditions to ensure dropshipping is permissible and to understand any associated requirements.
The API delivers data in JSON format.
The product data is sourced directly from Aliexpress.com.