Marketplace
No threads yet
Live

search_rental_markets

airdna.co

Searches short-term rental markets and submarkets by name on https://www.airdna.co. Returns AirDNA market IDs, non-empty location hierarchy fields, region level, and available legacy location identifiers.

Parameters2
Runs11
Updated10d ago
Operational11 runs · 100% succeeded
30 days agotoday

Playground

Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.

What is search_rental_markets?

Searches short-term rental markets and submarkets by name on https://www.airdna.co. Returns AirDNA market IDs, non-empty location hierarchy fields, region level, and available legacy location identifiers. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass query, limit and get the result back without maintaining a scraper.

Response

{
  "count": 0,
  "query": "<string>",
  "results": [
    {}
  ]
}

Call it

curl --location 'https://us-prod.notte.cc/functions/30531a1a-9e15-42ad-aee7-47a8aa05cb96/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "30531a1a-9e15-42ad-aee7-47a8aa05cb96",
    "variables": {
        "query": "Austin",
        "limit": 8
    }
}'

Ask an agent

Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.

prompt
Use the Anything API MCP server (https://anything.notte.cc/mcp).

Call run(function_id="30531a1a-9e15-42ad-aee7-47a8aa05cb96") — the "search_rental_markets" function, which searches short-term rental markets and submarkets by name on https://www.airdna.co. Returns AirDNA market IDs, non-empty location hierarchy fields, region level, and available legacy location identifiers..

It takes query (str), limit (int). Return the result as structured JSON.