Chewy Product Scraper avatar

Chewy Product Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
Chewy Product Scraper

Chewy Product Scraper

Scrapes Point2Homes real-estate and apartment listings, returning property names, prices, beds, baths, size, addresses, images, and listing URLs. Supports both for-sale and rental search pages with pagination.

Pricing

from $9.99 / 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

7 days ago

Last modified

Share

Point2Homes Listing Scraper

Collects real-estate and apartment listings from Point2Homes search-result pages. For each listing you get the name, price, beds, baths, size, full postal address and a link to the listing.

Input

FieldDefaultDescription
search_urlPasadena apartments-for-rent pageA Point2Homes For-Rent / For-Sale search-results URL.
max_pages3Max result pages to fetch (each ~30 listings; 1–50).
limit40Max listing records to return (1–500).
Proxy configurationOptionalOptional. Enable a US-based proxy for the most reliable results.

Output

Each record describes one listing:

{
"name": "Del Vina Apts",
"price": "$1,500-$2,200 /mo",
"price_min": 1500,
"price_max": 2200,
"currency": "USD",
"beds": "Studio-2 beds",
"baths": "1.75 baths",
"size": "495 sqft",
"property_type": "",
"street_address": "3201 Del Vina St",
"city": "Pasadena",
"state": "CA",
"zip_code": "91107",
"image": "https://cdngeneral.point2homes.com/...jpg",
"url": "https://www.point2homes.com/US/Apartment-Buildings/CA/Pasadena/Del-Vina-Apts.html",
"raw": { ... }
}

The full listing item is preserved in raw.

Notes

  • Runs with empty input (defaults to Pasadena, CA apartments for rent).
  • Enable a US-based proxy for the most reliable results.
  • Listings and prices change frequently; treat results as a point-in-time snapshot and use responsibly under Point2Homes' terms of use.