VOOZH about

URL: https://apify.com/getdataforme/century21-scraper/api/python

โ‡ฑ Century21 Scraper API in Python ยท Apify


Pricing

from $9.00 / 1,000 results

Go to Apify Store

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.

Pricing

from $9.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ GetDataForMe

GetDataForMe

Maintained by Community

Actor stats

0

Bookmarked

15

Total users

1

Monthly active users

4 months ago

Last modified

Share

You might also like

Century 21 Real Estate Scraper

parseforge/century-21-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.

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....

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.

Forever21 Scraper

epctex/forever21-scraper

Extract any product data from Forever21 easily! Images, sizes, SKUs, quantities, colors, and many more values are ready for you. Search for any keyword, filter by your needs, or get category pages! Export your data by XML, JSON, CSV, Excel or HTML.

Rightmove Properties Discovery By Location

datacach/rightmove-properties-discovery-by-location

This actor collects detailed properties information from Rightmove UK by location. It collects comprehensive data including properties details, prices, bedrooms, bathrooms, state agent contact and more. This actor is for buy properties.

Rightmove Scraper - Cheap ๐Ÿ˜๏ธ๐Ÿ”๐Ÿ‡ฌ๐Ÿ‡ง

scrapestorm/rightmove-scraper---cheap

Looking to extract property listings across the UK? ๐Ÿ” The Rightmove Property Scraper ๐Ÿ˜๏ธ lets you collect properties by city or region, including price, address, property type, bedrooms, bathrooms, agent details, and listing URLs. Fast, structured, & ready for analysis. ๐Ÿšซ No proxy needed

2

Ultra-Fast Social Media Downloader โ€“ 21+ Platforms!

rover-omniscraper/media-downloader-actor

Download videos, audio, and photos from 21+ social media platforms including YouTube, TikTok, Instagram, Twitter/X, Reddit, Facebook, Snapchat, Pinterest & more. Supports 144p to 4K quality, MP4/MP3/WebM formats, and up to 50 concurrent downloads for blazing-fast bulk media scraping.

๐Ÿ‘ User avatar

Rover Omniscraper

36

Rightmove Properties Url Parser Script

hello.datawizards/rightmove-properties-url-parser-script

Apify Actor scrapes comprehensive property details from Rightmove listings, including price, bedrooms, bathrooms, size, features, images, and agent information. Perfect for real estate research, market analysis, and data-driven property insights in structured JSON format.

Related articles

Scraping real estate data with Python
Read more
5 powerful scrapers to add to your SEO tool kit
Read more
Extract contact details from Google Maps and enrich it in one run
Read more

You can access the Century21 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"urls":["https://www.century21.com/property/308-e-william-street-philadelphia-pa-19134-C2184102214"],
10"proxyConfiguration":{
11"useApifyProxy":True,
12"apifyProxyGroups":["RESIDENTIAL"],
13},
14}
15
16# Run the Actor and wait for it to finish
17run = client.actor("getdataforme/century21-scraper").call(run_input=run_input)
18
19# Fetch and print Actor results from the run's dataset (if there are any)
20print("๐Ÿ’พ Check your data here: https://console.apify.com/storage/datasets/"+ run["defaultDatasetId"])
21for item in client.dataset(run["defaultDatasetId"]).iterate_items():
22print(item)
23
24# ๐Ÿ“š Want to learn more ๐Ÿ“–? Go to โ†’ https://docs.apify.com/api/client/python/docs/quick-start

Century21 Scraper API in Python

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

Install the apify-client

$pip install apify-client

Other API clients include:

Century21 Scraper API in JavaScript

Century21 Scraper API through CLI

Century21 Scraper OpenAPI definition

Century21 Scraper API