SokoDeal Kenya Classifieds Scraper
Pricing
from $5.00 / 1,000 results
SokoDeal Kenya Classifieds Scraper
Extract classified listings from SokoDeal Kenya - vehicles, property, electronics, phones, fashion, jobs. Fast Cheerio-powered scraper.
Pricing
from $5.00 / 1,000 results
Rating
0.0
(0)
Developer
Archit Khurana
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
๐ฐ๐ช SokoDeal Kenya Classifieds Scraper
Extract classified listings from SokoDeal Kenya (sokodeal.co.ke) โ vehicles, property, electronics, phones, fashion, jobs, and more. Fast, reliable, and AI-agent ready.
โจ Features
- 17+ Categories โ Vehicles, Property, Electronics, Phones, Fashion, Jobs, Home & Furniture, Pets, Services, and more
- City Filtering โ Scrape listings from Nairobi, Mombasa, or all Kenya
- Proxy Support โ Apify Proxy (residential/datacenter) included
- Structured Data โ JSON output with title, price, location, image, description, URL
- Fast & Lightweight โ Cheerio-powered (no browser overhead)
๐ Output Example
[{"title": "2014 Range Rover Sport Autobiography","price": "KSh 6,799,999","location": "Nairobi","description": "2014 Range Rover Sport Autobiography. Engine: 5,000cc Supercharged V8 Petrol...","image": "https://sokodeal.co.ke/oc-content/uploads/0/390_thumbnail.jpg","url": "https://sokodeal.co.ke/vehicles/cars/2014-range-rover-sport-autobiography_i92","category": "vehicles","scrapedAt": "2026-09-03T02:56:00.000Z"}]
๐ Quick Start
Input Parameters
| Field | Type | Default | Description |
|---|---|---|---|
category | String | vehicles | Category to scrape (vehicles, property, electronics, etc.) |
city | String | "" | City filter (leave empty for all Kenya) |
maxResults | Integer | 50 | Max listings to extract (1-500) |
proxyConfiguration | Object | {} | Apify Proxy settings (optional) |
Example Input
{"category": "vehicles","city": "nairobi","maxResults": 100,"proxyConfiguration": {"useApifyProxy": true}}
๐ง Use Cases
- Market Research โ Analyze pricing trends for vehicles, electronics, and property
- Lead Generation โ Find job postings, services, or business listings
- Price Monitoring โ Track classified ads over time
- Data Analysis โ Build datasets for ML models and market intelligence
๐ Categories Available
Vehicles ยท Property ยท Electronics ยท Phones & Tablets ยท Fashion ยท Home & Furniture ยท Health & Beauty ยท Babies & Kids ยท Agriculture & Food ยท Sports & Outdoor ยท Pets ยท Services ยท Commercial Tools ยท Repair & Construction ยท Jobs ยท Community ยท CVs
๐ Built With
๐ License
MIT ยฉ 2026
๐ค AI Agent Integration
Compatible with Claude, ChatGPT & AI agents via Apify MCP.
Run this actor programmatically:
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'YOUR_APIFY_TOKEN' });const run = await client.actor('YOUR_USERNAME/sokodeal-kenya-scraper').call({category: 'property',city: 'mombasa',maxResults: 200});const { items } = await client.dataset(run.defaultDatasetId).listItems();console.log(items);
Questions? Open an issue on GitHub or contact @roshtarg-cpu