# π°πͺ 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
```json
[
{
"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": "
sokodeal.co.ke",
"url": "
sokodeal.co.ke",
"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
```json
{
"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 model β¦