Kijiji Scraper avatar

Kijiji Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Kijiji Scraper

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

Coder

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

7 days ago

Last modified

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

FieldTypeDescription
startUrlsarrayOne or more Kijiji.ca list URLs (required).
maxListingsintegerMax listings to collect in total (1–2000, default 50).
fetchDetailsbooleanFetch each listing’s detail page (default true).
fetchMileageAnalysisbooleanAdd mileage analysis when details are enabled (default false).
fetchPosterOtherAdsbooleanInclude seller’s other listings when available (default false).
fetchSimilarListingsbooleanInclude similar listings (default false).
fetchSellerProfilebooleanInclude seller profile (default false).
fetchSellerMetricsbooleanInclude seller metrics (default false).
fetchGoogleReviewsbooleanInclude 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.

Resources