Kijiji Scraper avatar

Kijiji Scraper

Pricing

from $2.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 $2.00 / 1,000 results

Rating

5.0

(5)

Developer

Coder

Coder

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

2

Monthly active users

2 days ago

Last modified

Share

Kijiji.ca Scraper

Extract structured listing data from public Kijiji.ca category and search result pages.

This Actor is built for users who need reliable Kijiji.ca data for research, lead generation, listing analysis, monitoring, and workflow automation. It supports multiple Kijiji URLs in one run and can return lightweight listing data or more enriched records depending on the selected input options.

What This Actor Does

  • Collects listings from public Kijiji.ca search and category URLs
  • Supports multiple input URLs in a single run
  • Returns structured listing data in a clean dataset format
  • Can collect basic listing information or more detailed item records
  • Supports optional enrichment fields when available

Common Use Cases

  • Monitor new listings in specific Kijiji categories
  • Build datasets for vehicles, real estate, classifieds, and local commerce
  • Track pricing and listing activity over time
  • Feed listing data into spreadsheets, internal systems, or automation workflows
  • Analyze seller activity and listing patterns

Input

Provide one or more public Kijiji.ca list or search URLs and configure the options that match your needs.

Input Fields

FieldTypeDescription
startUrlsArrayOne or more public Kijiji.ca category or search result URLs.
maxListingsIntegerMaximum number of listings to collect.
fetchDetailsBooleanWhen enabled, the Actor collects more detailed listing information where available.
fetchNewListingsBooleanPrioritizes newer listings when supported by the source page.
fetchMileageAnalysisBooleanOptional enrichment field for supported vehicle listings.
fetchPosterOtherAdsBooleanOptional seller-related enrichment when available.
fetchSimilarListingsBooleanOptional listing-related enrichment when available.
fetchSellerProfileBooleanOptional seller profile enrichment when available.
fetchSellerMetricsBooleanOptional seller metrics enrichment when available.
fetchGoogleReviewsBooleanOptional review-related enrichment when available.
proxyConfigurationObjectOptional proxy settings for runs that need a custom proxy setup.

Input Notes

  • Use public Kijiji.ca list or search result pages as input
  • Different listing categories may produce different output shapes
  • If detailed extraction is disabled, collection is typically lighter and faster

Output

The dataset contains one structured item per collected listing.

Common Output Fields

FieldDescription
listingIdListing identifier when available
urlDirect listing URL
sourceUrlInput URL that produced the result
titleListing title
priceListing price when available
descriptionListing description when available
locationListing location
imagesListing images when available
activationDateListing activation date when available
lastPostedAtLatest posting-related date when available

Optional Enrichment Fields

Depending on the selected options and listing type, output may also include:

  • seller profile details
  • seller metrics
  • seller other listings
  • similar listings
  • mileage analysis
  • Google review information
  • additional category-specific attributes for vehicles, property, or general classifieds

The exact field set can vary by category because Kijiji does not expose identical public data across all listing types.

Example Output Areas

Depending on the listing and the selected options, output may include details from areas such as:

AreaExamples
Core listing datalistingId, url, title, sourceUrl, activationDate, lastPostedAt
Structured metadatameta, schemaOrgCar, listing description, images, and location data
Vehicle detailsmodel, vehicleIdentificationNumber, vehicleModelDate, bodyType, vehicleTransmission
Seller informationsellerProfile, sellerMetrics, sellerOtherListings
Market contextsimilarListings, mileageAnalysis
Listing mediaimage URLs, schema image objects, and related listing photos

Example Output

{
"listingId": "1733444522",
"url": "https://www.kijiji.ca/v-cars-trucks/city-of-toronto/2015-nissan-sentra-sv/1734932407",
"sourceUrl": "https://www.kijiji.ca/b-cars-vehicles/city-of-toronto/c27l1700273?sort=dateDec",
"activationDate": "2026-03-24T13:31:31.000Z",
"lastPostedAt": "2026-03-24T13:31:31.000Z",
"meta": {
"title": "2015 Nissan Sentra SV",
"url": "https://www.kijiji.ca/v-cars-trucks/city-of-toronto/2015-nissan-sentra-sv/1734932407"
},
"schemaOrgCar": {
"name": "2015 Nissan Sentra SV",
"model": "Sentra",
"vehicleIdentificationNumber": "3N1AB7AP7FL678651",
"vehicleModelDate": "2015",
"bodyType": "Sedan",
"color": "Grey",
"vehicleTransmission": "Automatic"
},
"mileageAnalysis": {
"value": 248650,
"usage": "AVERAGE"
},
"sellerProfile": {
"id": "1015482136",
"name": "JFL"
},
"sellerMetrics": {
"memberSince": "2019-01-03",
"replyRate": 68,
"responsiveness": "UNDER_2_HOURS"
},
"similarListings": [
{
"id": "1734605764",
"title": "2022 Nissan Sentra SV",
"url": "https://www.kijiji.ca/v-cars-trucks/city-of-toronto/2022-nissan-sentra-sv/1734605764"
}
]
}

Why Use This Actor

  • Flexible input for multiple Kijiji URLs
  • Clean dataset output suitable for analysis and automation
  • Useful across different Kijiji categories and listing types
  • Supports both fast collection and richer listing extraction

Notes

  • Use public Kijiji.ca URLs as input
  • Data availability varies by listing type and seller
  • Some listing categories expose more fields than others
  • In some environments, an appropriate proxy setup can improve collection reliability
  • Enrichment-related fields are included only when enabled and publicly available

Good Fit For

  • classified ad monitoring
  • local marketplace research
  • automotive and property listing analysis
  • seller activity tracking
  • structured data extraction for internal tools and reports

Output Quality

This Actor is designed for practical production use and consistent structured output. It works well for teams that need repeatable Kijiji listing collection without building a custom scraper from scratch, and it can be extended further for more specialized workflows over time.