VOOZH about

URL: https://apify.com/parseforge/century-21-scraper/api/python

⇱ Century 21 Scraper - Property Listings & Prices API in Python Β· Apify


Pricing

Pay per event

Go to Apify Store

Century 21 Real Estate Scraper

Search and extract property listings from Century21.com by location. Collect prices, bedrooms, bathrooms, square footage, photos, agent details, descriptions, school data, and 25+ fields per listing. Export as JSON, CSV, or Excel for market analysis.

Pricing

Pay per event

Rating

0.0

(0)

Developer

πŸ‘ ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

2 months ago

Last modified

Share

You might also like

Century21 Scraper

getdataforme/century21-scraper

The Century21 Scraper actor allows you to easily extract property details from Century21 listings. By running this actor, you can gather comprehensive information about properties, such as price, address, number of bedrooms and bathrooms, agent details, and much more.

15

Century21 Property Search Scraper

stealth_mode/century21-property-search-scraper

Scrape rental and sales listings from Century21.pt with precision. Collect 35+ property fields including prices, locations, images, agent details, and market data β€” perfect for real estate investors, market researchers, and property aggregators.

Century Parser Spider

getdataforme/century-parser-spider

Century Parser Spider efficiently extracts comprehensive property data from Century21 listings, aiding in market research and competitive analysis....

🏑 Zillow Detail Scraper

scrapier/zillow-detail-scraper

Extract detailed property data from Zillow listings, including price, address, photos, bedrooms, bathrooms, square footage, Zestimate, property features, agent details, and more. Perfect for real estate research, lead generation, market analysis, and data collection.

Trulia Scraper

parseforge/trulia-scraper

Extract rental and for-sale property listings from Trulia. Get prices, addresses, coordinates, bedrooms, bathrooms, square footage, property type, tags, and images. Filter by location, price range, bedrooms, pet policy, parking, and more. Export as JSON, CSV, or Excel.

Zillow Scraper 🏷️

parseforge/zillow-scraper

Scrape Zillow.com property listings and detail pages to extract comprehensive real estate data: prices, contact, bedrooms, bathrooms, square footage, images, agent information, location, and fees. Lightning-fast API-based scraping with 100% accuracy for investors, agents, and market researchers.

73

5.0

Zillow Properties Scraper

scrapeai/zillow-properties-scraper

Extract structured Zillow listings with essential property details such as location, asking price, bedrooms, bathrooms, square footage, property type, and estimated market value.

Trulia Scraper [Only $1πŸ’°] Search by URLs and Keyword/Filters

memo23/trulia-scraper

πŸ’°$1 per 1,000 results, get property prices, photos, addresses, bedrooms, bathrooms, square footage, and full details from for-sale, for-rent, and sold listings. Fast, cost-effective data extraction with comprehensive property info

πŸ‘ User avatar

Muhamed Didovic

46

5.0

HouseSigma Property Scraper - Low-costπŸ’²πŸ”₯πŸ‡¨πŸ‡¦πŸ‘

delectable_incubator/housesigma-property-scraper-low-cost

Scrape HouseSigma property listings πŸ‡¨πŸ‡¦πŸ  with a powerful Canadian real estate scraper. Extract addresses, cities, neighbourhoods, prices, property types, bedrooms, bathrooms, square footage, listing URLs, and more. Ideal for market analysis, lead generation and real estate intelligence datasets πŸ“Š

🏠 Idealista Scraper

scrapier/idealista-scraper

Extract property listings from Idealista, including prices, addresses, photos, property features, agent details, bedrooms, bathrooms, and listing metadata. Perfect for real estate research, investment analysis, market monitoring, and lead generation.

You can access the Century 21 Real Estate 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

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your Apify API token
4# Replace '<YOUR_API_TOKEN>' with your token.
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7# Prepare the Actor input
8run_input ={
9"startUrl":"https://www.century21.com/homes/list/city/ny/new-york",
10"maxItems":10,
11"includeDetails":False,
12"proxyConfiguration":{
13"useApifyProxy":True,
14"apifyProxyGroups":["RESIDENTIAL"],
15"apifyProxyCountry":"US",
16},
17}
18
19# Run the Actor and wait for it to finish
20run = client.actor("parseforge/century-21-scraper").call(run_input=run_input)
21
22# Fetch and print Actor results from the run's dataset (if there are any)
23print("πŸ’Ύ Check your data here: https://console.apify.com/storage/datasets/"+ run["defaultDatasetId"])
24for item in client.dataset(run["defaultDatasetId"]).iterate_items():
25print(item)
26
27# πŸ“š Want to learn more πŸ“–? Go to β†’ https://docs.apify.com/api/client/python/docs/quick-start

Century 21 Scraper - Property Listings & Prices API in Python

The Apify API client for Python is the official library that allows you to use Century 21 Real Estate Scraper API in Python, providing convenience functions and automatic retries on errors.

Install the apify-client

$pip install apify-client

Other API clients include:

Century 21 Real Estate Scraper API in JavaScript

Century 21 Real Estate Scraper API through CLI

Century 21 Real Estate Scraper OpenAPI definition

Century 21 Real Estate Scraper API