AI Price Extractor
Deprecated
Pricing
$50.00/month + usage
AI Price Extractor
Deprecated
Scrape product prices from any online shop you want, without having to write any code. Use this actor when you need to monitor prices of anything anywhere, be it for your business or for personal use.
0.0 (0)
Pricing
$50.00/month + usage
2
Total users
1
Monthly users
1
Last modified
a year ago
You can access the AI Price Extractor programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "urls": [
3 "https://www.alza.cz/samsung-galaxy-smarttag2-baleni-4-ks-black-2-white-2-d7899023.htm",
4 "https://www.pointcarre.be/fr/olymp-chemises-manches-longues-noir-200864-68-noir"
5 ],
6 "proxyConfig": {
7 "useApifyProxy": true,
8 "apifyProxyGroups": [],
9 "apifyProxyCountry": "DE"
10 }
11}' |
12apify call equidem/ai-price-extractor --silent --output-dataset
AI Price Extractor API through CLI
The Apify CLI is the official tool that allows you to use AI Price Extractor locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: