VOOZH about

URL: https://apify.com/abotapi/realtor-com-scraper/api

⇱ Realtor.com $0.9πŸ’° Powerful Filters + Deep Search API Β· Apify


πŸ‘ Realtor.com $0.9πŸ’° Powerful Filters + Deep Search avatar

Realtor.com $0.9πŸ’° Powerful Filters + Deep Search

Pricing

from $0.90 / 1,000 results

Go to Apify Store

Realtor.com $0.9πŸ’° Powerful Filters + Deep Search

From $0.9/1K. Extract property listings from realtor.com. Get comprehensive data, including prices, property details, agent contacts, coordinates, photos, and more. Supports for sale, rental, and recently sold listings across all US markets.

Pricing

from $0.90 / 1,000 results

Rating

5.0

(2)

Developer

πŸ‘ AbotAPI

AbotAPI

Maintained by Community

Actor stats

2

Bookmarked

13

Total users

2

Monthly active users

3 days ago

Last modified

Share

You might also like

Realtor.com Property Listings Scraper

parseforge/realtor-com-scraper

Collect property listings from Realtor.com with prices, photos, agent contacts, and full property details. Search by location, filter by beds, baths, price range, square footage, lot size, and listing status. Supports for-sale, for-rent, and recently sold listings across all US markets.

Realtor.com Scraper

automation-lab/realtor-scraper

Scrape Realtor.com property listings for repeatable US market research. Extract prices, addresses, GPS coordinates, agent contacts, photos, and listing details for sale, rental, and sold properties.

πŸ‘ User avatar

Stas Persiianenko

53

Realtor.com Scraper

solidcode/realtorcom-scraper

[πŸ’° $0.8 / 1K] Extract property listings from Realtor.com. Get prices, addresses, photos, schools, tax history, value estimates, agent contact info, and more for sale, rent, or sold properties.

Realtor.com Scraper - Property Data

alizarin_refrigerator-owner/realtor-scraper

Scrape property listings from Realtor.com. Extract prices, descriptions, photos, agent contacts & neighborhood data. Ideal for real estate market analysis & lead generation.

Immoscout24 $0.9πŸ’° Powerful Filters + Deep Search

abotapi/immoscout24-scraper

$0.9πŸ’°/1K for Gold discount. Extract property listings from immobilienscout24.de, Germany's #1 real estate platform with 9,000+ active listings per city. Get fully-detailed listings including price, GPS coordinates, amenities, images, agent contacts, and more.

Realtor.com Scraper

shahidirfan/realtor-com-scraper

Extract live property listings, prices, photos, and agent details from Realtor.com. Perfect for market research, competitor tracking, and real estate lead generation, all automated at scale.

14

5.0

Realtor Property Scraper

logical_vivacity/realtor-property-scraper

A powerful Apify Actor for scraping property listings from Realtor.com with advanced filtering options and comprehensive property data extraction.

πŸ‘ User avatar

Logical Vivacity

35

Realtor.com Property Scraper β€” US Listings | from $1.40/1K

bovi/realtor-scraper

Scrape for-sale, for-rent, and recently-sold listings from Realtor.com into clean JSON β€” address, price, beds, baths, sqft, coordinates, status, and more. No proxy needed. Every result ships a parse_confidence score.

πŸ‘ User avatar

Vitalii Bondarev

1

Realtor.com Scraper 🏠

easyapi/realtor-com-scraper

Scrape real estate listings from Realtor.com. Extract detailed property information including prices, location details, property features, and more. Perfect for real estate market analysis and property research.

You can access the Realtor.com $0.9πŸ’° Powerful Filters + Deep Search 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'
<{
< "locations": [
< {
< "city": "Portland",
< "state": "OR"
< }
< ],
< "urls": [
< "https://www.realtor.com/realestateandhomes-search/Portland_OR?view=map"
< ],
< "proxyConfiguration": {
< "useApifyProxy": true
< }
<}
<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/abotapi~realtor-com-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Realtor.com $0.9πŸ’° Powerful Filters + Deep Search API

Below, you can find a list of relevant HTTP API endpoints for calling the Realtor.com $0.9πŸ’° Powerful Filters + Deep Search 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/abotapi~realtor-com-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/abotapi~realtor-com-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/abotapi~realtor-com-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 Realtor.com $0.9πŸ’° Powerful Filters + Deep Search API programmatically via the Apify API.

You can choose from:

Realtor.com $0.9πŸ’° Powerful Filters + Deep Search API in Python

Realtor.com $0.9πŸ’° Powerful Filters + Deep Search API in JavaScript

Realtor.com $0.9πŸ’° Powerful Filters + Deep Search API through CLI

Realtor.com $0.9πŸ’° Powerful Filters + Deep Search OpenAPI definition

You can start Realtor.com $0.9πŸ’° Powerful Filters + Deep Search 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 Realtor.com $0.9πŸ’° Powerful Filters + Deep Search is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Realtor.com $0.9πŸ’° Powerful Filters + Deep Search 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.