Data sources / Kijiji
Kijiji is a rental listings source we track. HousingFeed extracts Kijiji rental listings into one clean JSON schema, no scraper to build, no anti-bot defenses to fight. 26,060 Kijiji listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Kijiji does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Kijiji listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Kijiji listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Kijiji data that is live right now, 10 fields populated:
Share of live Kijiji listings that carry each field.
Median Kijiji asking rent is $1,700/mo.
Top locations by live Kijiji inventory.
A real record from the Kijiji feed:
{
"platform": "kijiji",
"url": "https://www.kijiji.ca/v-apartments-condos/kitchener-waterloo/new-2-bed-2-bath-condo-940-david-st-north-fergus-unit-1/1739024079",
"address": "Saint David Street North, Fergus, ON",
"city": "89",
"rent_min": 2395,
"beds": 2,
"baths": 2,
"image": "https://media.kijiji.ca/api/v1/ca-prod-fsbo-ads/images/a7/a79f6161-1252-4c5c-9409-e363d64a010a?rule=kijijica-200-jpg",
"scraped_at": "2026-07-06T17:14:29+00:00"
}
Filter the HousingFeed API to kijiji and get Kijiji listings back as JSON:
curl -X POST "https://api.apify.com/v2/acts/housingfeed~rental-listings-api/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"platform":"kijiji","maxItems":100}'
26,060 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.