VOOZH about

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

⇱ Century21 Scraper API Β· 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

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "urls": [
< "https://www.century21.com/property/308-e-william-street-philadelphia-pa-19134-C2184102214"
< ],
< "proxyConfiguration": {
< "useApifyProxy": true,
< "apifyProxyGroups": [
< "RESIDENTIAL"
< ]
< }
<}
<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/getdataforme~century21-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Century21 Scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the Century21 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/getdataforme~century21-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/getdataforme~century21-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/getdataforme~century21-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 Century21 Scraper API programmatically via the Apify API.

You can choose from:

Century21 Scraper API in Python

Century21 Scraper API in JavaScript

Century21 Scraper API through CLI

Century21 Scraper OpenAPI definition

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

When the Century21 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.