Rent.com Scraper avatar

Rent.com Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Rent.com Scraper

Rent.com Scraper

Scrapes listings from Rent.com for apartments, houses, condos, and townhouses by state, city, and property type. Extracts pricing, beds, baths, sqft, amenities, floor plans, photos, availability, geolocation, and URLs. Uses residential proxies to bypass DataDome protection.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Rent.com Listings Scraper

Apify actor that scrapes apartment / house / condo / townhouse listings from rent.com.

Input

FieldTypeDefaultNotes
statestringcaliforniaLowercased, hyphenated state slug from rent.com URLs (e.g. new-york).
citystringfullertonLowercased, hyphenated city slug (e.g. san-francisco).
propertyTypeenumapartmentsOne of apartments, houses, condos, townhouses.
maxPagesinteger3Hard cap on result pages. Actor auto-stops earlier once it covers every listing reported by the site.
delayBetweenRequestsinteger2Seconds between paginated requests.
proxyConfigurationobjectApify Proxy, RESIDENTIAL groupImportant — see below.

A note on blocking

Rent.com is fronted by DataDome. Datacenter IPs are typically blocked immediately. The actor defaults to Apify's residential proxy group and rotates the session per page. If you see BLOCKED (status=403) in the log, make sure residential proxies are actually enabled — toggling proxy off, or running on a free Apify plan without residential access, will fail.

Output

Each row in the Dataset has the following shape (most fields can be null when the listing doesn't report them):

{
"id": "1234567",
"name": "Sample Apartments",
"address": "100 Main St",
"address_full": "100 Main St, Fullerton, CA 92831",
"city": "Fullerton",
"state": "California",
"state_abbr": "CA",
"zip": "92831",
"lat": 33.87,
"lng": -117.92,
"price": 2100,
"price_min": 1850,
"price_max": 2600,
"price_text": "$1,850 – $2,600",
"beds_min": 1,
"beds_max": 3,
"bed_text": "1–3 Beds",
"baths_min": 1.0,
"baths_max": 2.5,
"bath_text": "1–2.5 Baths",
"sqft_min": 650,
"sqft_max": 1300,
"sqft_text": "650–1,300 Sq Ft",
"property_type": "apartment",
"phone": "(714) 555-0100",
"amenities": ["Pool", "Fitness Center", "Pet Friendly"],
"units_avail": "5 Available",
"availability": "AVAILABLE",
"floor_plans": [
{
"beds": 1, "baths": 1.0,
"price_min": 1850, "price_max": 1950,
"sqft_min": 650, "sqft_max": 700,
"available": 2, "available_date": "2026-06-01", "status": "A"
}
],
"photo_ids": ["abc123", "..."],
"n_photos": 14,
"url": "https://www.rent.com/california/fullerton/sample-apartments",
"updated_at": "2026-05-20T12:34:00Z",
"feed_source": null
}