Search by Industry (NAICS)

You may search for places by NAICS code. Simply enter naics_code in the search filter and get SafeGraph Core, Geometry, or Patterns data that match the submitted code.

query {
  search( 
    filter: { 
    	naics_code: 722515 
  	}
  ) {
    places {
      results(first:5) {
        edges {
          node {
            safegraph_core {
              location_name
              street_address
              city
              region
            }     
          }
        }
      }
    }
  }
}
{
  "data": {
    "search": {
      "places": {
        "results": {
          "edges": [
            {
              "node": {
                "safegraph_core": {
                  "location_name": "A2 Rustico Cafe",
                  "street_address": "1111 8th St",
                  "city": "San Francisco",
                  "region": "CA"
                }
              }
            },
            {
              "node": {
                "safegraph_core": {
                  "location_name": "Baskin Robbins",
                  "street_address": "430 Long Hollow Pike",
                  "city": "Goodlettsville",
                  "region": "TN"
                }
              }
            },
            {
              "node": {
                "safegraph_core": {
                  "location_name": "Snowflake Donuts and Kolache Shop",
                  "street_address": "903 15th St",
                  "city": "Ozona",
                  "region": "TX"
                }
              }
            },
            {
              "node": {
                "safegraph_core": {
                  "location_name": "Yogen Früz",
                  "street_address": "Galeria Juncos",
                  "city": "Juncos",
                  "region": "PR"
                }
              }
            },
            {
              "node": {
                "safegraph_core": {
                  "location_name": "Spoon Me",
                  "street_address": "9301 Tampa Ave",
                  "city": "Northridge",
                  "region": "CA"
                }
              }
            }
          ]
        }
      }
    }
  },
  "extensions": {
    "row_count": 5,
    "version_date": [
      "safegraph_core: 1645948803__2022_02",
      "safegraph_geometry: 1645948803__2022_02",
      "safegraph_weekly_patterns2: 2022_01_11",
      "safegraph_monthly_patterns: 2022_01_11"
    ]
  }
}