# Kijiji Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/kijiji/search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/kijiji-search | ## Description Unlock detailed used car listings from Kijiji with our API. Enhance market insights and automate data collection. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/kijiji/search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "results": [ { "url": "https://www.kijiji.ca/v-cars-trucks/calgary/2018-bmw-x2-xdrive28i/1234567890", "price": "$34,995.00", "title": "2018 BMW X2 xDrive28i", "location": "Calgary", "datePosted": "2023-09-30", "description": "2018 BMW X2 xDrive28i, low mileage, excellent condition, fully loaded." }, { "url": "https://www.kijiji.ca/v-cars-trucks/calgary/certified-2017-bmw-x2-xdrive28i/0987654321", "price": "$32,000.00", "title": "Certified 2017 BMW X2 xDrive28i", "location": "Calgary", "datePosted": "2023-09-25", "description": "Certified, 2017 BMW X2 xDrive28i with extended warranty, very well maintained." }, { "url": "https://www.kijiji.ca/v-cars-trucks/calgary/2019-bmw-x2-m35i/1122334455", "price": "$45,000.00", "title": "2019 BMW X2 M35i", "location": "Calgary", "datePosted": "2023-09-20", "description": "2019 BMW X2 M35i in pristine condition, performance model with all upgrades." }, { "url": "https://www.kijiji.ca/v-cars-trucks/calgary/2016-bmw-x2-xdrive/2233445566", "price": "$29,500.00", "title": "2016 BMW X2 xDrive", "location": "Calgary", "datePosted": "2023-09-18", "description": "2016 BMW X2 xDrive, great condition, all maintenance records available." } ] } ``` ## Documentation ## Overview Unlock detailed used car listings from Kijiji with our API. Enhance market insights and automate data collection. ## Quickstart ``` GET https://api.piloterr.com/v2/kijiji/search?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Kijiji Search data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Kijiji without maintaining scrapers - Power internal dashboards and workflow automations with live Kijiji data