# Kijiji Product ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/kijiji/product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/kijiji-product | ## Description Extract detailed product info from Kijiji for enhanced market analysis and decision-making with our robust API. ## 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/product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "price": "49995", "title": "2022 BMW X2 xDrive28i", "images": [ "https://i.ebayimg.com/images/g/mq8AAOSw~e9bONys/s-l1600.jpg", "https://i.ebayimg.com/images/g/lfgAAOSwhZdbONyt/s-l1600.jpg" ], "seller": { "name": "Bavaria BMW", "type": "Dealer" }, "details": { "vin": "WBAUJ7C08N5N48472", "make": "BMW", "trim": "xDrive28i", "year": "2022", "model": "X2", "colour": "White", "body_type": "SUV", "fuel_type": "Gasoline", "drivetrain": "All-wheel drive (AWD)", "kilometers": "12500", "stock_number": "B20229", "transmission": "Automatic" }, "location": "Calgary", "description": "Fresh trade-in!!2022 BMW X2 xDrive28i with only 12,500 kms! Well equipped with M-Sport Package, Premium Package Enhanced, Harman Kardon Sound System, and more. This is BMW's compact sports activity coupe with xDrive all-wheel drive system. Like new condition - don't miss out!" } ``` ## Documentation ## Overview Extract detailed product info from Kijiji for enhanced market analysis and decision-making with our robust API. ## Quickstart ``` GET https://api.piloterr.com/v2/kijiji/product?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Kijiji Product 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