This GraphQL query fetches All Subsectors
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
query allSubsectors { subsectors (skip: 0, limit: 3) { results { ACL code createdAt description id industryGroups (skip: 0, limit: 3) { results { id } } sector { id } title updatedAt } } }
{ "data": { "subsectors": { "results": [ { "ACL": null, "code": "111", "createdAt": "2019-12-17T23:57:47.458Z", "description": "Industries in the Crop Production subsector grow crops mainly for food and fiber. The subsector comprises establishments, such as farms, orchards, groves, greenhouses, and nurseries, primarily engaged in growing crops, plants, vines, or trees and their seeds.\n \n\n The industries in this subsector are grouped by similarity of production activity, including biological and physiological characteristics and economic requirements, the length of growing season, degree of crop rotation, extent of input specialization, labor requirements, and capital demands. The production process is typically completed when the raw product or commodity grown reaches the \"farm gate\" for market, that is, at the point of first sale or price determination. \n \n\n Establishments are classified in the Crop Production subsector when crop production (i.e., value of crops for market) accounts for one-half or more of the establishment's total agricultural production. Within the subsector, establishments are classified in a specific industry when a product or industry family of products (i.e., oilseed and grain farming, vegetable and melon farming, fruit and tree nut farming) account for one-half or more of the establishment's agricultural production. Establishments with one-half or more crop production with no one product or family of products of an industry accounting for one-half of the establishment's agricultural production are treated as general combination crop farming and are classified in Industry 11199, All Other Crop Farming. \n \n\n Industries in the Crop Production subsector include establishments that own, operate, and manage and those that operate and manage. Those that manage only are classified in Subsector 115, Support Activities for Agriculture and Forestry. Establishments that raise aquatic plants in controlled or selected aquatic environments are classified in Subsector 112, Animal Production and Aquaculture.", "id": "Zu5X7F5UUZ", "industryGroups": { "results": [ { "id": "G19iULJbgL" }, { "id": "JSMnFZLi9k" }, { "id": "N3fnOXWFjl" } ] }, "sector": { "id": "EGR0MbvunM" }, "title": "Crop Production", "updatedAt": "2019-12-18T00:01:45.342Z" }, { "ACL": null, "code": "112", "createdAt": "2019-12-17T23:57:48.201Z", "description": "Industries in the Animal Production and Aquaculture subsector raise or fatten animals for the sale of animals or animal products and/or raise aquatic plants and animals in controlled or selected aquatic environments for the sale of aquatic plants, animals, or their products. The subsector includes establishments, such as ranches, farms, and feedlots, primarily engaged in keeping, grazing, breeding, or feeding animals. These animals are kept for the products they produce or for eventual sale. The animals are generally raised in various environments, from total confinement or captivity to feeding on an open range pasture.\n \n\n The industries in this subsector are grouped by important factors, such as suitable grazing or pasture land, specialized buildings, type of equipment, and the amount and types of labor required. Establishments are classified in the Animal Production and Aquaculture subsector when animal production (i.e., value of animals for market) accounts for one-half or more of the establishment's total agricultural production. Establishments with one-half or more animal production with no one animal product or family of animal products of an industry accounting for one-half of the establishment's agricultural production are treated as combination animal farming classified in Industry 11299, All Other Animal Production.", "id": "D0rvc6lafY", "industryGroups": { "results": [ { "id": "G28eMRipox" }, { "id": "cdcgjPsEWN" }, { "id": "i36fZtbhoa" } ] }, "sector": { "id": "EGR0MbvunM" }, "title": "Animal Production and Aquaculture", "updatedAt": "2019-12-18T00:01:45.838Z" }, { "ACL": null, "code": "113", "createdAt": "2019-12-17T23:57:48.473Z", "description": "Industries in the Forestry and Logging subsector grow and harvest timber on a long production cycle (i.e., of 10 years or more). Long production cycles use different production processes than short production cycles, which require more horticultural interventions prior to harvest, resulting in processes more similar to those found in the Crop Production subsector. Consequently, Christmas tree production and other production involving production cycles of less than 10 years, are classified in the Crop Production subsector. \n \n\n Industries in this subsector specialize in different stages of the production cycle. Reforestation requires production of seedlings in specialized nurseries. Timber production requires natural forest or suitable areas of land that are available for a long duration. The maturation time for timber depends upon the species of tree, the climatic conditions of the region, and the intended purpose of the timber. The harvesting of timber (except when done on an extremely small scale) requires specialized machinery unique to the industry. Establishments gathering forest products, such as gums, barks, balsam needles, rhizomes, fibers, Spanish moss, and ginseng and truffles, are also included in this subsector.", "id": "1Zy72wfG52", "industryGroups": { "results": [ { "id": "anQobSAacA" }, { "id": "ifPrkT8m1h" }, { "id": "xFXKDoOMOJ" } ] }, "sector": { "id": "EGR0MbvunM" }, "title": "Forestry and Logging", "updatedAt": "2019-12-18T00:01:46.581Z" } ] } } }