SquareYards Scraper ($2 per 1000 Records) avatar

SquareYards Scraper ($2 per 1000 Records)

Pricing

from $2.00 / 1,000 results

Go to Apify Store
SquareYards Scraper ($2 per 1000 Records)

SquareYards Scraper ($2 per 1000 Records)

Scrape property listings, detailed house data and agent information from SquareYards.com fast!

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Voyn Software

Voyn Software

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

24 days ago

Last modified

Share

SquareYards Scraper (Apify Actor)

Scrapes property listing and property detail data from:

https://www.squareyards.com/

Built using CheerioCrawler (HTTP requests only) — no browser required.


Features

  • Accepts both:
    • Listing/Search URLs
    • Property Detail URLs
  • Automatically:
    • Extracts property links from listing pages
    • Paginates using SquareYards pagination
    • Scrapes detail pages
  • Stops after maxResults
  • Supports Apify Proxy (Residential recommended)
  • Fully structured dataset output

Input

{
"startUrls": [
{ "url": "https://www.squareyards.com/sale/property-for-sale-in-delhi" }
],
"maxResults": 100,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Input Fields

Field Description


startUrls Listing URLs or property detail URLs maxResults Maximum number of detail pages to scrape proxyConfiguration Apify proxy settings


What It Scrapes

For each property:

  • houseUrl
  • houseTitle
  • price
  • images[]
  • phoneNumber
  • rating
  • features[]
  • houseInformation
  • amenities
  • propertyInformation
  • agentName
  • agentLink

URL Detection Logic

  • Detail URLs contain:
    • /resale-
    • /rental-
    • Or end with numeric ID
  • Listing URLs contain:
    • /sale/
    • /rent/

Performance Notes

  • Uses HTTP requests only (fast)
  • Recommended to use:
    • Lower concurrency if blocked
  • No headless browser required

Example Output

{
"type": "sale",
"houseUrl": "https://www.squareyards.com/resale-.../1234567",
"houseTitle": "3 BHK Builder Floor in Delhi",
"price": "₹ 4.5 Cr.",
"images": ["https://..."],
"phoneNumber": "+91971XXXXXXX",
"rating": 5,
"features": [
{ "name": "Area", "value": "1500 Sq. Ft." },
{ "name": "Bedroom", "value": "3" }
],
"amenities": {
"Fan": "1 Fan",
"Light": "5 Lights"
},
"propertyInformation": {
"Listing Type": "Sale",
"City": "Delhi"
},
"agentName": "Deepak",
"agentLink": "https://www.squareyards.com/agent/..."
}

Notes

  • Address may not always be available depending on page structure.
  • Phone numbers may appear masked.