# 🇰🇪 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 …