{
  "openapi": "3.0.1",
  "info": {
    "title": "99acres Property Scraper — Rent, Buy, PG & Commercial, India",
    "description": "Scrape 99acres.com property listings — rent, buy, PG & commercial. 50+ fields per result: price, BHK, carpet/super area, RERA, GPS, furnishing, amenities, images, dealer. Paste any search or property URL, or build from city + filters. Listings + new-launch projects.",
    "version": "0.0",
    "x-build-id": "AJTNuMw8aTS8MaF38"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/memo23~99acres-property-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-memo23-99acres-property-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/memo23~99acres-property-scraper/runs": {
      "post": {
        "operationId": "runs-sync-memo23-99acres-property-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/memo23~99acres-property-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-memo23-99acres-property-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "startUrls": {
            "title": "Search & property URLs",
            "type": "array",
            "description": "99acres search-results URLs and/or direct property URLs, auto-classified. A search URL carries every filter you applied on the site (locality, budget, area, furnishing, posted-by, …), so paste a filtered URL for filters the builder below doesn't expose. Examples — search: `https://www.99acres.com/property-for-rent-in-bangalore-ffid`; listing: `https://www.99acres.com/...-spid-O92269270`; project: `https://www.99acres.com/...-npxid-r442002`.",
            "items": {
              "type": "string"
            }
          },
          "city": {
            "title": "City",
            "type": "string",
            "description": "City name, e.g. `Bangalore`, `Mumbai`, `New Delhi`, `Pune`, `Gurgaon`, `Hyderabad`. Resolved by 99acres to its internal city."
          },
          "searchMode": {
            "title": "Search mode",
            "enum": [
              "buy",
              "rent",
              "pg",
              "commercial"
            ],
            "type": "string",
            "description": "Which 99acres section the city builder searches: properties to buy, to rent, paying-guest (PG) accommodation, or commercial property.",
            "default": "buy"
          },
          "saleType": {
            "title": "Sale type (Buy mode)",
            "enum": [
              "resale",
              "new-booking",
              "all"
            ],
            "type": "string",
            "description": "For Buy mode only: 99acres blends promoted new-launch builder projects into buy results. `Resale only` (default) returns individual resale listings and paginates deeply and cleanly — recommended when you want lots of resale properties. `New booking` returns under-construction / new-launch inventory. `All` returns the unfiltered blend (resale listings on page 1, then mostly projects). Ignored for Rent / PG / Commercial.",
            "default": "resale"
          },
          "bedrooms": {
            "title": "Bedrooms (BHK)",
            "type": "array",
            "description": "BHK filter for the city builder, e.g. `2`, `3`. Multiple values are OR-combined. Leave empty for all. Ignored for PG.",
            "items": {
              "type": "string"
            }
          },
          "propertyTypes": {
            "title": "Property types",
            "type": "array",
            "description": "Property-type filter for the city builder. Friendly names accepted: `apartment`, `independent-house`, `villa`, `builder-floor`, `plot`, `farm-house`, `studio`, `office`, `shop`, `showroom`, `warehouse`, `commercial-land`. Leave empty for all.",
            "items": {
              "type": "string"
            }
          },
          "minPrice": {
            "title": "Min price (INR)",
            "minimum": 0,
            "type": "integer",
            "description": "Minimum price for the city builder, in rupees. For rent/PG this is monthly rent (e.g. 20000); for buy/commercial it is total price (e.g. 5000000 = ₹50 Lac)."
          },
          "maxPrice": {
            "title": "Max price (INR)",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum price for the city builder, in rupees. For rent/PG this is monthly rent (e.g. 60000); for buy/commercial it is total price (e.g. 10000000 = ₹1 Cr)."
          },
          "minArea": {
            "title": "Min area (sq ft)",
            "minimum": 0,
            "type": "integer",
            "description": "Minimum built-up / carpet area in square feet for the city builder."
          },
          "maxArea": {
            "title": "Max area (sq ft)",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum built-up / carpet area in square feet for the city builder."
          },
          "includeProjects": {
            "title": "Include new-launch projects",
            "type": "boolean",
            "description": "99acres blends promoted new-launch builder projects into buy search results. Keep on to capture them as rows (tagged `resultType: \"project\"` — builder name, price range, possession status, config). Turn off to return only individual resale/rental listings.",
            "default": true
          },
          "scrapeDetails": {
            "title": "Scrape property detail pages",
            "type": "boolean",
            "description": "Also fetch each listing's detail page to enrich the row with the full readable amenities list, full description, furnishing, facing and a spec overview. Richer rows, but ~2× the requests (slower). Off = listing-only (already ~50 fields per property).",
            "default": false
          },
          "maxItems": {
            "title": "Max results (whole run)",
            "minimum": 1,
            "type": "integer",
            "description": "Hard cap on result rows across the entire run. Each row is one paid `result` event. Default 1000. Free-tier users are additionally capped at 100.",
            "default": 1000
          },
          "maxItemsPerSearch": {
            "title": "Max results per search URL",
            "minimum": 1,
            "type": "integer",
            "description": "Cap per search URL / city build. 99acres paginates ~25 results per page. Default 1000.",
            "default": 1000
          },
          "maxConcurrency": {
            "title": "Max parallel requests",
            "minimum": 1,
            "maximum": 15,
            "type": "integer",
            "description": "Parallel HTTP requests. Keep this moderate (4–8) to stay under 99acres' rate limits. Default 5.",
            "default": 5
          },
          "maxRequestRetries": {
            "title": "Max request retries",
            "minimum": 0,
            "type": "integer",
            "description": "Per-request retry budget on blocks (403), 429, soft-block shells and network errors. Each retry rotates to a fresh India residential IP across two pools. Default 12.",
            "default": 12
          },
          "proxy": {
            "title": "Proxy configuration (optional override)",
            "type": "object",
            "description": "Leave empty — the actor already routes all traffic through its own built-in India residential proxy at no extra cost to you. Only set this if you want to use your own proxies."
          },
          "enrichEmails": {
            "title": "Enrich with contact emails (experimental)",
            "type": "boolean",
            "description": "If enabled, finds a contact email for each dealer/builder listing from its own website (or by discovering it from the name). Adds contactEmail + contactWebsite columns plus a detailed emailEnrichment object. Best-effort; skipped for owner listings.",
            "default": false
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}