Makeup Information
This API provides information and search capabilities for various makeup products, allowing filtering by brand, type, category, and tags.
import requests
url = "http://makeup-api.herokuapp.com/api/v1/products.json"
params = {
"brand": "covergirl",
"product_type": "lipstick"
}
response = requests.get(url, params=params)
print(response.json())Last 50 checks (10 min intervals)