compare_localities
Compare 2–4 Coimbatore localities on objective metrics — price, growth, infrastructure, livability.
Endpoint POST https://api.avnester.com/public/v1/compare_localities
Parameters
The most-used parameters. Full schema in the OpenAPI document.
| Name | Type | Required | Description |
|---|---|---|---|
| localityNames | string[] | required | 2–4 locality names within the same city. |
| city | string | optional | Disambiguator. Defaults to Coimbatore. |
Worked example
curl -X POST https://api.avnester.com/public/v1/compare_localities \
-H 'Content-Type: application/json' \
-d '{
"localityNames": ["Saravanampatti", "Ganapathy", "Singanallur"],
"city": "Coimbatore"
}'{
"supported": true,
"comparison": [
{ "locality": "Saravanampatti", "avgPricePerSqft": 5400, "yoyGrowthPct": 12, "livability": "A-", "investment": "A" },
{ "locality": "Ganapathy", "avgPricePerSqft": 4200, "yoyGrowthPct": 8, "livability": "B+", "investment": "B+" },
{ "locality": "Singanallur", "avgPricePerSqft": 4800, "yoyGrowthPct": 10, "livability": "A", "investment": "A-" }
],
"disclaimer": "AVnester estimates; not professional investment advice.",
"attribution": "AVnester"
}Rate limits
Anonymous
30/min
OAuth (Team)
300/min
Per-IP aggregate cap (across all tools): 60/min. OAuth registration lifts both the per-tool budget (10×) and removes the IP cap.
Common errors
400Need 2–4 localityNamesProvide between 2 and 4 locality names in localityNames[].
429Rate limit exceededBack off until the time in the Retry-After header; or authenticate with OAuth for the 10× tier.
Next steps
- → Try compare_localities in the playground (no signup, anon tier)
- → Register an OAuth client (10× rate budget)
- → Browse the other 6 tools
- → Full schema in the OpenAPI spec