VOOZH about

URL: https://apify.com/memo23/trulia-scraper/api

⇱ Trulia Scraper [Only $1πŸ’°] Search by URLs and Keyword/Filters API Β· Apify


πŸ‘ Trulia Scraper [Only $1πŸ’°] Search by URLs and Keyword/Filters avatar

Trulia Scraper [Only $1πŸ’°] Search by URLs and Keyword/Filters

Pricing

from $1.00 / 1,000 results

Go to Apify Store

Trulia Scraper [Only $1πŸ’°] Search by URLs and Keyword/Filters

πŸ’°$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

Pricing

from $1.00 / 1,000 results

Rating

5.0

(5)

Developer

πŸ‘ Muhamed Didovic

Muhamed Didovic

Maintained by Community

Actor stats

1

Bookmarked

46

Total users

25

Monthly active users

5.5 hours

Issues response

12 days ago

Last modified

Share

You might also like

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.

Trulia Rental Scraper - Prices, Addresses, Photos, Amenities

trev0n/trulia-rental-scraper

Extract rental listings from Trulia.com β€” prices, bedrooms, bathrooms, square footage, full addresses with GPS coordinates, photos, structured amenities, property details, and agent/broker contacts. Supports search pages with automatic pagination and individual listing URLs.

Trulia Property Scraper

crawlerbros/trulia-scraper

Scrape property listings from Trulia, for sale, for rent, and sold. Supports search pages and direct property URLs. No login required.

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.

Rent.Com [Only $1πŸ’°] Scraper (/w EMAILS)

memo23/rent-com-scraper

πŸ’° $1 per 1,000 listings, extract Rent.com property data: pricing, bed/bath ranges, location coordinates, photos, special deals, contact info & availability. Get structured JSON with property details, media galleries & lead information.

πŸ‘ User avatar

Muhamed Didovic

26

5.0

Trulia Scraper - US Property Listings, Prices, Photos & Agents

abotapi/trulia-scraper

Scrape Trulia.com property listings: price, beds, baths, square footage, address, GPS, photos, listing agent and broker, plus price history, tax history, features and open houses on detail pages. Search by location with keyword and sort filters, or paste Trulia URLs.

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

Zoopla UK Property Listings Scraper

parseforge/zoopla-scraper

Extract UK property listings from Zoopla β€” prices, bedrooms, bathrooms, square footage, property type, tenure, agent info, images, and full descriptions. Free preview caps at 10 listings. Perfect for estate agents, property researchers, and data analysts.

Auction.com [Only πŸ’°$1 ] Search and Details Scraper

memo23/auction-com-scraper

[πŸ’°$1 per 1,000] No limits, no quotas, unlimited extraction. Auction.com scraper that extracts structured property listings from search URLs and filters. Get listing URLs, photos, address data, beds, baths, sqft, lot size, year built, bids, sale type, auction dates, occupancy, and property status

πŸ‘ User avatar

Muhamed Didovic

69

5.0

Craigslist with Optional Emails [Only $1.5πŸ’°] Search | Details

memo23/craigslist-scraper

πŸ’° $1.50 per 1,000 results – No limits, no quotas, unlimited extraction. Get attributes like bedrooms, square footage, prices, or compensation. Captures descriptions, high-res images, embedded map coordinates (Lat/Lon), phone numbers, and directly extracts EMAILS! Outputs directly to JSON/CSV.

πŸ‘ User avatar

Muhamed Didovic

113

5.0

You can access the Trulia Scraper [Only $1πŸ’°] Search by URLs and Keyword/Filters 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'
<{
< "startUrls": [
< "https://www.trulia.com/for_sale/New_York,NY/p_oh/"
< ],
< "searchLocation": "New_York,NY",
< "searchListingType": "FOR_SALE",
< "searchSort": "RECOMMENDED",
< "maxItems": 1000,
< "proxy": {
< "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/memo23~trulia-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Trulia Scraper [Only $1πŸ’°] Search by URLs and Keyword/Filters API

Below, you can find a list of relevant HTTP API endpoints for calling the Trulia Scraper [Only $1πŸ’°] Search by URLs and Keyword/Filters 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/memo23~trulia-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/memo23~trulia-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/memo23~trulia-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 Trulia Scraper [Only $1πŸ’°] Search by URLs and Keyword/Filters API programmatically via the Apify API.

You can choose from:

Trulia Scraper [Only $1πŸ’°] Search by URLs and Keyword/Filters API in Python

Trulia Scraper [Only $1πŸ’°] Search by URLs and Keyword/Filters API in JavaScript

Trulia Scraper [Only $1πŸ’°] Search by URLs and Keyword/Filters API through CLI

Trulia Scraper [Only $1πŸ’°] Search by URLs and Keyword/Filters OpenAPI definition

You can start Trulia Scraper [Only $1πŸ’°] Search by URLs and Keyword/Filters 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 Trulia Scraper [Only $1πŸ’°] Search by URLs and Keyword/Filters is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Trulia Scraper [Only $1πŸ’°] Search by URLs and Keyword/Filters 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.