
ποΈ Dubizzle Search Scraper - Cheap π·οΈ
Pricing
$19.49/month + usage

ποΈ Dubizzle Search Scraper - Cheap π·οΈ
Collect classified listings from Dubizzle.com by keyword π. Get titles, prices πΈ, locations π, categories ποΈ, product details π, and photo galleries πΌοΈ. Ideal for resellers, market analysts, bargain hunters, and anyone looking to explore listings or gather product data quickly and efficiently.
5.0 (1)
Pricing
$19.49/month + usage
1
Total users
10
Monthly users
10
Runs succeeded
>99%
Last modified
a month ago
You can access the ποΈ Dubizzle Search Scraper - Cheap π·οΈ 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.
1import { ApifyClient } from 'apify-client';2
3// Initialize the ApifyClient with your Apify API token4// Replace the '<YOUR_API_TOKEN>' with your token5const client = new ApifyClient({6 token: '<YOUR_API_TOKEN>',7});8
9// Prepare Actor input10const input = {11 "keyword": "samsung",12 "city": "uae",13 "category": "all",14 "max_items": 6015};16
17// Run the Actor and wait for it to finish18const run = await client.actor("scrapestorm/dubizzle-search-scraper---cheap").call(input);19
20// Fetch and print Actor results from the run's dataset (if any)21console.log('Results from dataset');22console.log(`πΎ Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);23const { items } = await client.dataset(run.defaultDatasetId).listItems();24items.forEach((item) => {25 console.dir(item);26});27
28// π Want to learn more π? Go to β https://docs.apify.com/api/client/js/docs
ποΈ Dubizzle Search Scraper - Cheap π·οΈ API in JavaScript
The Apify API client for JavaScript is the official library that allows you to use ποΈ Dubizzle Search Scraper - Cheap π·οΈ API in JavaScript or TypeScript, providing convenience functions and automatic retries on errors.
Install the apify-client
$npm install apify-client
Other API clients include: