ATTOM · Example Payload

Attom Poi Search Example

Real-EstateProperty DataProperty IntelligenceMortgageAssessmentAVMForeclosureTransactionOwner DataBuilding PermitsGeospatialBoundariesDemographicsNeighborhoodPOIInsuranceMortgage TechnologyPropTech

Attom Poi Search Example is an example object payload from ATTOM, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summaryrequestresponse

Example Payload

Raw ↑
{
  "summary": "POI search within 0.25 mile of 4529 Winona Court, Denver, CO",
  "request": {
    "method": "GET",
    "url": "https://api.gateway.attomdata.com/v4/neighborhood/poi?address=4529%20Winona%20Court%2C%20Denver%2C%20CO%2080212&radius=0.25&category=Restaurants",
    "headers": {
      "apikey": "YOUR_ATTOM_API_KEY",
      "Accept": "application/json"
    }
  },
  "response": {
    "status": {
      "version": "4.0.0",
      "code": 0,
      "msg": "SuccessWithResult",
      "total": 3
    },
    "response": {
      "results": [
        {
          "Id": "POI-001",
          "BusinessName": "Hops & Pie",
          "Address": "3920 Tennyson St",
          "City": "Denver",
          "State": "CO",
          "ZipCode": "80212",
          "Latitude": 39.7708,
          "Longitude": -105.0457,
          "Distance": 0.18,
          "Category": "Restaurants",
          "LineOfBusiness": "Pizza",
          "Industry": "Food Service"
        },
        {
          "Id": "POI-002",
          "BusinessName": "Berkeley Donuts",
          "Address": "4040 Tennyson St",
          "City": "Denver",
          "State": "CO",
          "ZipCode": "80212",
          "Latitude": 39.7721,
          "Longitude": -105.0457,
          "Distance": 0.21,
          "Category": "Restaurants",
          "LineOfBusiness": "Bakery",
          "Industry": "Food Service"
        },
        {
          "Id": "POI-003",
          "BusinessName": "The Lazy Dog Sports Bar & Grill",
          "Address": "4360 Tennyson St",
          "City": "Denver",
          "State": "CO",
          "ZipCode": "80212",
          "Latitude": 39.7740,
          "Longitude": -105.0455,
          "Distance": 0.24,
          "Category": "Restaurants",
          "LineOfBusiness": "Sports Bar",
          "Industry": "Food Service"
        }
      ]
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/attom-poi-search-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.