SokoDeal Kenya Classifieds Scraper avatar

SokoDeal Kenya Classifieds Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
SokoDeal Kenya Classifieds Scraper

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

Archit Khurana

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

๐Ÿ‡ฐ๐Ÿ‡ช SokoDeal Kenya Classifieds Scraper

Apify Actor JavaScript Cheerio License: MIT

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

FieldTypeDefaultDescription
categoryStringvehiclesCategory to scrape (vehicles, property, electronics, etc.)
cityString""City filter (leave empty for all Kenya)
maxResultsInteger50Max listings to extract (1-500)
proxyConfigurationObject{}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