{
  "searches": [
    {
      "query": "apple orchard New York, USA",
      "maxResults": 200,
      "state": "NY",
      "type": "orchard"
    },
    {
      "query": "apple grower New York, USA",
      "maxResults": 200,
      "state": "NY",
      "type": "grower"
    },
    {
      "query": "cold storage apples New York, USA",
      "maxResults": 100,
      "state": "NY",
      "type": "storage"
    },
    {
      "query": "apple orchard Pennsylvania, USA",
      "maxResults": 150,
      "state": "PA",
      "type": "orchard"
    },
    {
      "query": "apple grower Pennsylvania, USA",
      "maxResults": 150,
      "state": "PA",
      "type": "grower"
    },
    {
      "query": "apple orchard Michigan, USA",
      "maxResults": 150,
      "state": "MI",
      "type": "orchard"
    },
    {
      "query": "apple grower Michigan, USA",
      "maxResults": 150,
      "state": "MI",
      "type": "grower"
    },
    {
      "query": "apple packer Washington State, USA",
      "maxResults": 100,
      "state": "WA",
      "type": "packer"
    },
    {
      "query": "apple cold storage Washington State, USA",
      "maxResults": 100,
      "state": "WA",
      "type": "storage"
    }
  ],
  "totalEstimate": 1300
}
