Data sources / Kijiji
Kijiji is a rental listings source we track. HousingFeed extracts Kijiji rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 12,018 Kijiji listings are live right now, refreshed daily.
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. Coverage of each field for Kijiji specifically:
| Field | Coverage on Kijiji |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| Coordinates | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ███████░░░ 71% |
| Bathrooms | ███████░░░ 72% |
| Floor area | █████░░░░░ 53% |
| Property type | ███████░░░ 68% |
| Photo | ██████████ 98% |
| Listing URL | ██████████ 100% |
A real record from the Kijiji feed:
{
"platform": "kijiji",
"url": "https://www.kijiji.ca/v-storage-parking/edmonton/compound-space-for-rent-50x100/1735989380",
"address": "9939 276 Street, Acheson, AB",
"city": "Acheson",
"rent_min": 850,
"image": "https://media.kijiji.ca/api/v1/ca-prod-fsbo-ads/images/86/8604c310-d13b-4485-89c6-b7544fd9348a?rule=kijijica-200-jpg",
"scraped_at": "2026-07-05T09:50:01+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}'
12,018 listings live, refreshed daily, in the same schema as 50+ other sources. Try it free.