Real Estate
Square Yards logo

Square Yards API

squareyards.com

India property portal - listings and projects by city, prices, trends, and recommendations.

Actions
9
Category
Real Estate
Login
Not required
Output
JSON

Call the Square Yards API

Submit a task, then poll the job until it settles. This example runs act_squareyards_city_real_estate_ssr.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_squareyards_city_real_estate_ssr",
    "params": {
      "city_slug": "mumbai"
    }
  }'

9 actions on squareyards.com

Read

  • City Real Estate Hub

    act_squareyards_city_real_estate_ssrread1 credit / call

    Returns a city's featured property projects with locations and prices.

    city_slug
    string · required
  • Listing Video Stories

    act_squareyards_listing_video_storiesread2 credits / call

    Returns property video listings with prices, BHK, areas, and agents.

    city_id
    string · required
    location_id
    string
    new_projects_city_id
    string
    bhk_label
    string
  • Locality Search Listings

    act_squareyards_locality_search_listing_ssrread2 credits / call

    Returns resale and project listings for a locality with prices and BHK.

    city_id
    string · required
    location_id
    string · required
  • Nearby Locality Metrics

    act_squareyards_nearby_locality_metricsread2 credits / call

    Returns nearby localities with distances, listing counts, and average prices.

    transaction_type
    string · required
    city_id
    string · required
    location_id
    string · required
  • Resale BHK Listings

    act_squareyards_resale_listing_ssrread2 credits / call

    Returns resale properties by BHK type with prices, areas, and localities.

    bhk_slug
    string · required
    city_slug
    string · required
  • Search Filter Facets

    act_squareyards_search_filter_facetsread1 credit / call

    Returns search filter options including budget tiers, BHK, property types, and localities.

  • Search Popup Filter Metadata

    act_squareyards_search_popup_filter_metadataread2 credits / call

    Returns a city's trending localities and search filter options.

    city_name
    string · required
    transaction_type
    string · required
  • Trending Project Recommendations

    act_squareyards_trending_project_recommendationsread2 credits / call

    Returns trending property projects for a city with names, prices, and status.

    visitor_id
    string · required
    city_name
    string · required

Write

Write actions change state on squareyards.com and run as the account you connect.

  • Locality Price Facets

    act_squareyards_listing_seo_price_facetswrite2 credits / call

    Returns locality price aggregates with counts, ranges, and average per sqft.

    city_id
    string · required
    listing_type
    string
    for_seo
    integer
    unit_type
    string

Square Yards API questions

Is there an API for Square Yards?
Square Yards does not offer a public data API for this, but Anakin Wire provides 9 maintained endpoints for squareyards.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Square Yards data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when squareyards.com changes its markup, Anakin updates the action.
Do I need a Square Yards account?
No. Every Square Yards action listed here runs anonymously — no account and no credentials required.
What does the Square Yards API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Real Estate APIs

All Real Estate sites