VOOZH about

URL: https://apify.com/solidcode/otodom-pl-scraper/api

⇱ Otodom.pl Scraper API Β· Apify


Pricing

from $0.95 / 1,000 results

Go to Apify Store

[πŸ’° $0.95 / 1K] Extract real-estate listings from Otodom.pl. Get prices, area, rooms, addresses, photos, agent contacts, and full descriptions for apartments, houses, plots, and commercial properties β€” both for sale and for rent β€” across Poland.

Pricing

from $0.95 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ SolidCode

SolidCode

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

0

Monthly active users

a month ago

Last modified

Share

You might also like

Otodom.pl Scraper

unfenced-group/otodom-scraper

Scrape Otodom.pl β€” Poland's largest real estate portal. 140k+ listings: apartments, houses, plots, commercial. Prices, areas, rooms, photos, GPS. Sale & rent. No API key required.

πŸ‘ User avatar

Unfenced Group

6

Otodom.pl Scraper | Cheap 4$/ / 1k

trev0n/otodom-scraper

Scrape Otodom.pl listings with 30+ fields: price, area, rooms, location, GPS, seller info. Supports sale & rent for apartments, houses, plots. No browser needed.

Otodom.pl Scraper

one-api/otodom-scraper

Scrape Otodom.pl, Poland's leading property marketplace. Search apartments, houses, land and commercial for sale or rent by location, postal code, coordinates, polygon or URL; pull full listing details (price, area, rooms, photos, agency/owner contacts); and autocomplete Polish locations.

Otodom Pl $0.8πŸ’° URL Search | Location Filters | Rich Output

abotapi/otodom-pl-scraper

Pull property listings from Otodom.pl. Apartments, houses, plots, commercial, garages, new developments, rooms; sale and rent. Search builder (city + transaction + property type + filters) and URL-paste modes.

Otodom.pl Scraper - Polish Real Estate Listings

gio21/otodom-scraper

Scrape Otodom.pl Polish real estate listings: price, area, rooms, location, agent.

Otodom Scraper β€” Polish Real Estate Listings & Property Prices

studio-amba/otodom-scraper

Scrape property listings, prices, photos, and details from Otodom.pl β€” Poland's largest real estate portal. Supports sale and rental listings.

Otodom Scraper – Polish Real Estate Listings (Sale & Rent)

haketa/otodom-scraper

Otodom scraper & API for Polish real estate: search apartments and houses for sale and rent and export address, price, rooms, area, floor, type, private-vs-agency, photos and coordinates. Poland property market data and real-estate lead generation β€” fast, no login.

Otodom Listings Scraper

piotrv1001/otodom-listings-scraper

The Otodom Listings Scraper extracts real estate listings from Otodom.pl, capturing prices, price per mΒ², areas, rooms, locations, agencies, photos, and full property details with GPS coordinates and contact phone numbers β€” ideal for market analysis, price monitoring and real estate lead generation.

Otodom.PL Scraper | Enterprise Grade

fatihtahta/otodom-pl-scraper

Extract structured Otodom.pl property listings from 200k+ listings across Poland with prices, locations, seller details, images, and property metadata. Built for enterprise-grade real estate intelligence, lead enrichment, market analysis and automated data pipelines.

113

5.0

Otodom Property Details Scraper

ecomscrape/otodom-property-details-scraper

Advanced Otodom.pl scraper tool for extracting comprehensive property data from Poland's leading real estate platform. Get detailed listings, pricing, location data, and market insights for investment analysis and research purposes.

ecomscrape

41

You can access the Otodom.pl Scraper 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 Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "dealType": "sale",
< "propertyType": "apartment",
< "location": "Warszawa",
< "radius": "0",
< "startUrls": [],
< "rooms": [],
< "marketType": "any",
< "sortBy": "default",
< "maxResults": 100
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/solidcode~otodom-pl-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Otodom.pl Scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the Otodom.pl Scraper Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/solidcode~otodom-pl-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/solidcode~otodom-pl-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/solidcode~otodom-pl-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Otodom.pl Scraper API programmatically via the Apify API.

You can choose from:

Otodom.pl Scraper API in Python

Otodom.pl Scraper API in JavaScript

Otodom.pl Scraper API through CLI

Otodom.pl Scraper OpenAPI definition

You can start Otodom.pl Scraper with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Otodom.pl Scraper is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Otodom.pl Scraper run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.