Skip to main content

Industries

Niches
  1. Auto Glass
  2. Car Tint
  3. Car Body  
Niches Coming soon  
curl -X POST 'https://us-east-2.aws.data.mongodb-api.com/app/data-lucjy/endpoint/data/v1/action/find' \
-H 'Content-Type: application/json' \
-H 'api-key: YOUR_API_KEY' \
-H 'Accept: application/ejson' \
-d '{
    "collection": "landing_pages",
    "database": "SEO",
    "dataSource": "Cluster0",
    "filter": {}
}'

{
  "documents": [
    {
      "_id": { "$oid": "12" },
      "Industry": "Car Services",
      "Niches": {
        "Auto Glass": {
          "Categories": {
            "Auto Glass Services": [
              "(city) Auto Glass Repair",
              "Windshield Replacement in (city)"
            ],
            "Auto Glass by Vehicle Make": [
              "Ford Auto Glass in (city)",
              "Chevrolet Auto Glass in (city)"
            ]
          }
        },
        "Car Tint": {
          "Categories": {
            "Car Window Tinting Services": [
              "(city) Car Window Tinting",
              "Professional Auto Tinting Services in (city)"
            ],
            "Car Window Tinting by Vehicle Make": [
              "Ford Car Tinting in (city)",
              "Chevrolet Car Tinting in (city)"
            ]
          }
        }
      }
    }
  ]
}