VOOZH about

URL: https://apify.com/hello.datawizards/remax-office-search-script/api

⇱ Remax Office Search Script API Β· Apify


Pricing

from $4.00 / 1,000 results

Go to Apify Store

Remax Office Search Script

Remax Office Search Script is an Apify Actor that extracts verified RE/MAX office details via keyword search. It returns structured JSON with office name, phone number, and address, supporting lead generation, CRM enrichment, market research, and scalable real estate automation workflows. Ready now!

Pricing

from $4.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ datawizards

datawizards

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

6 months ago

Last modified

Share

You might also like

Remax Office Info Script

hello.datawizards/remax-office-info-script

Remax Office Info Script is an Apify Actor that extracts RE/MAX office details from official URLs, providing structured JSON with office name, phone, address, service areas, and specialties, using residential proxies for reliable real estate research, CRM enrichment, and market analysis.

Remax Discovery Script

hello.datawizards/remax-discovery-script

Scrape RE/MAX office and property details including names, addresses, emails, and phone numbers in structured JSON. Perfect for real estate research, lead generation, market analysis, and automation, enabling fast, accurate, and scalable extraction from RE/MAX listings.

Remax Agent Url Script

hello.datawizards/remax-agent-url-script

Remax Agent Url Script is an Apify Actor that extracts structured real estate agent data from Remax listings, including name, phone, address, specialties, experience, service areas, profile image, and bio. Ideal for lead generation, market research, CRM integration, and real estate analytics.

REMAX Real State Agents Scraper

scrapingxpert/remax-real-state-agents-scraper

RE/MAX Real-States Agents Scraper is an Apify actor designed to extract real estate agent data from RE/MAX. It efficiently gathers information such as agent names, contact details, office locations, and more ideal for real estate professionals, marketers, and lead generation.

64

3.6

Remax Discovery Rent Script

hello.datawizards/remax-discovery-rent-script

The `Remax Discovery Rent Script` Apify Actor extracts structured rental property data from Remax listings, including address, price, status, images, bedrooms, bathrooms, and square footage. Ideal for real estate research, market analysis, competitor tracking, and automated property data collection.

Realtor.com Agents Scraper β€” Contacts & B2B Leads

blackfalcondata/realtor-agents-scraper

Scrape realtor.com real-estate agents by US city or ZIP with full contacts: direct & office phone, agent & office website, office address, license number, and social media β€” plus broker, ratings, reviews, languages, and for-sale / recently-sold production stats. B2B agent lead generation.

πŸ‘ User avatar

Black Falcon Data

2

Remax Scraper

getdataforme/remax-scraper

Remax Scraper is an Apify Actor that extracts real estate listings from www.remax.com. Get property details like price, bedrooms, bathrooms, agent info, images, and more. Supports multiple URLs and proxy configuration to avoid blocks. Perfect for real estate data collection!

39

Remax Urls

hello.datawizards/Remax-Urls

The Remax-Urls Apify Actor extracts detailed real estate data from Remax property listings in clean JSON. Get price, address, beds, baths, sqft, agent info, images, and school details. Perfect for real estate research, investment insights, and property analytics at scale.

REMAX Real Estate Scraper - Cheap πŸ‘πŸ”Ž

scrapestorm/remax-real-estate-scraper---cheap

πŸ”΅ Easily collect Property Listings from REMAX Provide one or multiple RE/MAX search URLs and extract listing data including πŸ†” Listing ID πŸ’² Price 🏠 Full Address 🌐 Source URL πŸ”— Listing URL & more… Perfect for real estate market research, rental tracking, and property investment analysis πŸš€πŸ“ŠπŸ‘

2

5.0

You can access the Remax Office Search Script 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'
<{
< "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/hello.datawizards~remax-office-search-script/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Remax Office Search Script API

Below, you can find a list of relevant HTTP API endpoints for calling the Remax Office Search Script 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/hello.datawizards~remax-office-search-script/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/hello.datawizards~remax-office-search-script/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/hello.datawizards~remax-office-search-script?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 Remax Office Search Script API programmatically via the Apify API.

You can choose from:

Remax Office Search Script API in Python

Remax Office Search Script API in JavaScript

Remax Office Search Script API through CLI

Remax Office Search Script OpenAPI definition

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

When the Remax Office Search Script 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.