The sic8Description filter allows you to filter places locations based on their Standard Industrial Classification (SIC) code. The SIC code describes a company's type of business. Some examples of SIC codes are:
- SECURITY SYSTEMS SERVICES
- HAIRDRESSERS
- HEALTH CLUB
- RESIDENTIAL AREA-BUILDING
- RECREATION AREA
- COMMERCIAL SERVICES
- RETAIL-FOOD STORES
- MOVING AND STORAGE
- SPORTS CENTER - UNSPECIFIED
- RETAIL-EATING PLACES
The sample query below searches for variety stores associated with the location identified by the specified preciselyID.
{
getById(id: "P0000GL3MWS9", queryType: PRECISELY_ID) {
places(sic8Description: "VARIETY STORES") {
data {
businessName
web
phone
sic8Description
subClass
}
}
}
}