Kijiji Scraper
Pricing
from $5.00 / 1,000 results
Kijiji Scraper
Scrape Kijiji.ca listings from categories and search results. Get listing URLs, full detail data, and optional enrichment: mileage analysis, similar listings, seller profile and metrics, and Google reviews for dealers. Multiple start URLs, configurable limit.
Pricing
from $5.00 / 1,000 results
Rating
5.0
(3)
Developer

Coder
Actor stats
0
Bookmarked
3
Total users
2
Monthly active users
7 days ago
Last modified
Categories
Share
Kijiji.ca Scraper
Apify Actor that scrapes Kijiji.ca list and detail pages with optional enrichment. Supports multiple start URLs. Proxy is fixed to Canada.
Features
- Multiple start URLs: Add one or more Kijiji.ca list or search URLs (e.g. category or search results).
- Max listings: Cap total listings across all URLs (default 50, max 2000).
- List and detail: Fetches listing pages, then each listing’s detail page when enabled.
- Optional enrichment: When details are enabled, you can optionally add:
- Mileage analysis (value, usage, categories)
- Similar listings
- Poster’s other ads
- Seller profile (listings count, type, etc.)
- Seller metrics (member since, reply rate, responsiveness)
- Google reviews (for dealers)
- Proxy: Apify proxy, Canada only.
Input
| Field | Type | Description |
|---|---|---|
startUrls | array | One or more Kijiji.ca list URLs (required). |
maxListings | integer | Max listings to collect in total (1–2000, default 50). |
fetchDetails | boolean | Fetch each listing’s detail page (default true). |
fetchMileageAnalysis | boolean | Add mileage analysis when details are enabled (default false). |
fetchPosterOtherAds | boolean | Include seller’s other listings when available (default false). |
fetchSimilarListings | boolean | Include similar listings (default false). |
fetchSellerProfile | boolean | Include seller profile (default false). |
fetchSellerMetrics | boolean | Include seller metrics (default false). |
fetchGoogleReviews | boolean | Include Google reviews for dealers when available (default false). |
Output
One item per listing in the default dataset. Each item includes:
url,listingId,sourceUrl(the list URL that produced it).
With Fetch listing details enabled, items also include structured listing data and, when the corresponding options are on:
mileageAnalysis,similarListings,sellerProfile,sellerOtherListings,sellerMetrics,googleReviews.
Build and run
- Build: use Apify Console or
docker build -t kijiji-scraper .from the actor root. - Run: provide input (e.g.
startUrls,maxListings) via Console or API.