VOOZH about

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

⇱ Century 21 Scraper - Property Listings & Prices API Β· 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

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "startUrl": "https://www.century21.com/homes/list/city/ny/new-york",
< "maxItems": 10,
< "includeDetails": false,
< "proxyConfiguration": {
< "useApifyProxy": true,
< "apifyProxyGroups": [
< "RESIDENTIAL"
< ],
< "apifyProxyCountry": "US"
< }
<}
<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/parseforge~century-21-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Century 21 Scraper - Property Listings & Prices API

Below, you can find a list of relevant HTTP API endpoints for calling the Century 21 Real Estate 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/parseforge~century-21-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/parseforge~century-21-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/parseforge~century-21-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 Century 21 Real Estate Scraper API programmatically via the Apify API.

You can choose from:

Century 21 Real Estate Scraper API in Python

Century 21 Real Estate Scraper API in JavaScript

Century 21 Real Estate Scraper API through CLI

Century 21 Real Estate Scraper OpenAPI definition

You can start Century 21 Real Estate 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 Century 21 Real Estate Scraper is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Century 21 Real Estate 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.