Bazaraki Scraper — Cyprus Classifieds
Pricing
from $1.99 / 1,000 results
Bazaraki Scraper — Cyprus Classifieds
Scrape Bazaraki.com ads without login — cars, real estate, electronics. Unofficial API alternative with CSV/JSON data export.
Bazaraki Scraper — Cyprus Classifieds
Pricing
from $1.99 / 1,000 results
Scrape Bazaraki.com ads without login — cars, real estate, electronics. Unofficial API alternative with CSV/JSON data export.
You can access the Bazaraki Scraper — Cyprus Classifieds programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in API & Integrations in Apify Console.
{ "openapi": "3.0.1", "info": { "version": "0.1", "x-build-id": "Q2A6c5SGx5gsu5BLB" }, "servers": [ { "url": "https://api.apify.com/v2" } ], "paths": { "/acts/logiover~bazaraki-scraper/run-sync-get-dataset-items": { "post": { "operationId": "run-sync-get-dataset-items-logiover-bazaraki-scraper", "x-openai-isConsequential": false, "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.", "tags": [ "Run Actor" ], "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/inputSchema" } } } }, "parameters": [ { "name": "token", "in": "query", "required": true, "schema": { "type": "string" }, "description": "Enter your Apify token here" } ], "responses": { "200": { "description": "OK" } } } }, "/acts/logiover~bazaraki-scraper/runs": { "post": { "operationId": "runs-sync-logiover-bazaraki-scraper", "x-openai-isConsequential": false, "summary": "Executes an Actor and returns information about the initiated run in response.", "tags": [ "Run Actor" ], "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/inputSchema" } } } }, "parameters": [ { "name": "token", "in": "query", "required": true, "schema": { "type": "string" }, "description": "Enter your Apify token here" } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/runsResponseSchema" } } } } } } }, "/acts/logiover~bazaraki-scraper/run-sync": { "post": { "operationId": "run-sync-logiover-bazaraki-scraper", "x-openai-isConsequential": false, "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.", "tags": [ "Run Actor" ], "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/inputSchema" } } } }, "parameters": [ { "name": "token", "in": "query", "required": true, "schema": { "type": "string" }, "description": "Enter your Apify token here" } ], "responses": { "200": { "description": "OK" } } } } }, "components": { "schemas": { "inputSchema": { "type": "object", "properties": { "searchQueries": { "title": "Search Queries (keywords)", "type": "array", "description": "Keywords to search for — each keyword runs as a separate task. Examples: 'tesla', 'iphone 15', 'bmw x5', 'apartment'. Leave empty to browse categories/cities without a keyword filter.", "items": { "type": "string" } }, "categoryPaths": { "title": "Category Paths (optional)", "type": "array", "description": "Bazaraki category slug paths to restrict the search. Must match the site's URL structure exactly (no leading/trailing slashes). Examples: 'car-motorbikes-boats-and-parts/cars-trucks-and-vans', 'real-estate-for-sale', 'electronics/mobile-phones-and-accessories/mobile-phones', 'jobs-cv'. Leave empty to search across all categories. See README for common slugs.", "items": { "type": "string" } }, "city": { "title": "City / District", "enum": [ "", "nicosia", "limassol", "larnaca", "paphos", "famagusta" ], "type": "string", "description": "Restrict results to one Cyprus district. Leave 'All Cyprus' to search the whole island.", "default": "" }, "cities": { "title": "Cities (advanced, multi-select)", "type": "array", "description": "Optional: scrape several districts at once. Each value becomes its own task (crossed with queries/categories). Accepted values: 'nicosia', 'limassol', 'larnaca', 'paphos', 'famagusta'. Leave empty and use 'City / District' above for a single district, or leave both empty for all Cyprus.", "items": { "type": "string" } }, "priceMin": { "title": "Minimum Price (EUR)", "minimum": 0, "maximum": 10000000, "type": "integer", "description": "Minimum price filter in EUR. Set 0 or omit for no minimum.", "default": 0 }, "priceMax": { "title": "Maximum Price (EUR)", "minimum": 0, "maximum": 10000000, "type": "integer", "description": "Maximum price filter in EUR. Set 0 or omit for no maximum.", "default": 0 }, "language": { "title": "Language", "enum": [ "en", "el", "ru" ], "type": "string", "description": "Site language. 'en' = English, 'el' = Greek, 'ru' = Russian. Affects URL prefix and parsed text labels.", "default": "en" }, "scrapeDetails": { "title": "Scrape Detail Pages", "type": "boolean", "description": "If enabled, visits each ad's detail page to extract description, full attribute map, coordinates, seller info and view count. Adds ~1 request per listing. Disable for a fast listing-only scrape.", "default": true }, "maxListings": { "title": "Max Listings", "minimum": 0, "maximum": 1000000, "type": "integer", "description": "Maximum total listings to scrape across all tasks. Set 0 for unlimited (capped at maxPagesPerQuery).", "default": 200 }, "maxPagesPerQuery": { "title": "Max Pages per Query", "minimum": 1, "maximum": 500, "type": "integer", "description": "Maximum listing pages per task combination. Each page returns up to 60 ads. Bazaraki caps results at page 500.", "default": 20 }, "proxyConfiguration": { "title": "Proxy Configuration", "type": "object", "description": "Bazaraki blocks datacenter IPs with HTTP 403. Residential Cypriot IPs are the working configuration and are used automatically if you leave the group list empty." }, "requestDelay": { "title": "Request Delay (ms)", "minimum": 0, "maximum": 10000, "type": "integer", "description": "Delay between sequential requests per worker, in milliseconds. Higher = gentler on the site.", "default": 500 }, "maxConcurrency": { "title": "Max Concurrency", "minimum": 1, "maximum": 10, "type": "integer", "description": "Parallel detail-page workers. Keep low (2-5) to avoid rate limits.", "default": 3 } } }, "runsResponseSchema": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "string" }, "actId": { "type": "string" }, "userId": { "type": "string" }, "startedAt": { "type": "string", "format": "date-time", "example": "2025-01-08T00:00:00.000Z" }, "finishedAt": { "type": "string", "format": "date-time", "example": "2025-01-08T00:00:00.000Z" }, "status": { "type": "string", "example": "READY" }, "meta": { "type": "object", "properties": { "origin": { "type": "string", "example": "API" }, "userAgent": { "type": "string" } } }, "stats": { "type": "object", "properties": { "inputBodyLen": { "type": "integer", "example": 2000 }, "rebootCount": { "type": "integer", "example": 0 }, "restartCount": { "type": "integer", "example": 0 }, "resurrectCount": { "type": "integer", "example": 0 }, "computeUnits": { "type": "integer", "example": 0 } } }, "options": { "type": "object", "properties": { "build": { "type": "string", "example": "latest" }, "timeoutSecs": { "type": "integer", "example": 300 }, "memoryMbytes": { "type": "integer", "example": 1024 }, "diskMbytes": { "type": "integer", "example": 2048 } } }, "buildId": { "type": "string" }, "defaultKeyValueStoreId": { "type": "string" }, "defaultDatasetId": { "type": "string" }, "defaultRequestQueueId": { "type": "string" }, "buildNumber": { "type": "string", "example": "1.0.0" }, "containerUrl": { "type": "string" }, "usage": { "type": "object", "properties": { "ACTOR_COMPUTE_UNITS": { "type": "integer", "example": 0 }, "DATASET_READS": { "type": "integer", "example": 0 }, "DATASET_WRITES": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_READS": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_WRITES": { "type": "integer", "example": 1 }, "KEY_VALUE_STORE_LISTS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_READS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_WRITES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_INTERNAL_GBYTES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_EXTERNAL_GBYTES": { "type": "integer", "example": 0 }, "PROXY_RESIDENTIAL_TRANSFER_GBYTES": { "type": "integer", "example": 0 }, "PROXY_SERPS": { "type": "integer", "example": 0 } } }, "usageTotalUsd": { "type": "number", "example": 0.00005 }, "usageUsd": { "type": "object", "properties": { "ACTOR_COMPUTE_UNITS": { "type": "integer", "example": 0 }, "DATASET_READS": { "type": "integer", "example": 0 }, "DATASET_WRITES": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_READS": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_WRITES": { "type": "number", "example": 0.00005 }, "KEY_VALUE_STORE_LISTS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_READS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_WRITES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_INTERNAL_GBYTES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_EXTERNAL_GBYTES": { "type": "integer", "example": 0 }, "PROXY_RESIDENTIAL_TRANSFER_GBYTES": { "type": "integer", "example": 0 }, "PROXY_SERPS": { "type": "integer", "example": 0 } } } } } } } } }}OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.
OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.
By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.
You can download the OpenAPI definitions for Bazaraki Scraper — Cyprus Classifieds from the options below:
If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.
You can also check out our other API clients: