Difference between revisions of "Reports"

From Advice Local Wiki
Jump to: navigation, search
(Trigger a Report)
(Keyword Data)
(57 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Trigger a Report ==
+
== Get Client Report ==
This endpoint will generate a Baseline Report.
+
This endpoint will return a large object that contains data.overview and data.data properties.  Within each of those properties is baseline data, and optionally monthly progress data if the location is active with products and services.  The overview section corresponds to the scores that can be seen on the baseline report within the dashboards. The data.data property has the individual scores and flags for each directory and local scan.
=== API Endpoint ===
 
<syntaxhighlight lang="html">
 
http://p.lssdev.com/legacyclients/{$client_id}/refresh
 
</syntaxhighlight>
 
  
=== Example Request ===
 
<syntaxhighlight lang="php">
 
GET /legacyclients/12345/refresh HTTP/1.1
 
Host: p.lssdev.com
 
x-api-token: YOUR_API_KEY
 
Content-Type: application/json
 
</syntaxhighlight>
 
 
=== Example Response ===
 
<syntaxhighlight lang="json">
 
{
 
    "status": 200,
 
    "success": true,
 
    "error": null,
 
    "data": "report initiated"
 
}
 
</syntaxhighlight>
 
== Directory Data Report ==
 
 
=== API Endpoint ===
 
=== API Endpoint ===
 
<syntaxhighlight lang="html">
 
<syntaxhighlight lang="html">
http://p.lssdev.com/legacydirectorydata?client={client_id}
+
http://p.lssdev.com/legacyclients/{client_id}/report
 
</syntaxhighlight>
 
</syntaxhighlight>
  
 
=== Example Request ===
 
=== Example Request ===
 
<syntaxhighlight lang="php">
 
<syntaxhighlight lang="php">
GET /legacydirectorydata?client=12345 HTTP/1.1
+
GET /legacyclients/3201926/report HTTP/1.1
 
Host: p.lssdev.com
 
Host: p.lssdev.com
 
x-api-token: YOUR_API_KEY
 
x-api-token: YOUR_API_KEY
Line 43: Line 21:
 
     "success": true,
 
     "success": true,
 
     "error": null,
 
     "error": null,
     "data": [
+
     "data": {
         {
+
        "baseline_version": "jazz",
             "client": 3201926,
+
         "overview": {
            "partner": 7,
+
             "baselineOverview": {
            "data": {
+
                "bingScore": 93,
                 "dirName": "Chamberofcommerce",
+
                "directoriesScore": 31,
                 "dirHandle": "chamberofcommerce",
+
                "googleScore": 100,
                 "dirQuery": "https://www.chamberofcommerce.com/search/results?what=gina%27s+pizza&where=newport+beach%2C+ca",
+
                "localsScore": 96,
                 "results": 4,
+
                "napScore": 39,
                 "result": [
+
                "visibilityScore": 59,
 +
                "yelpScore": 94,
 +
                "voiceScore": 72,
 +
                "localsScoreTotal": 287,
 +
                 "localsTotal": 3,
 +
                "localsFound": 3,
 +
                 "localsNapScore": 96,
 +
                "localsNapTotal": 287,
 +
                 "directoriesTotal": 42,
 +
                "directoriesFound": 13,
 +
                "directoriesNapScore": 35,
 +
                 "directoriesNapTotal": 1446,
 +
                "voiceTotal": 5,
 +
                "voiceFound": 4
 +
            }
 +
        },
 +
        "data": {
 +
            "baseline": {
 +
                 "locals": [
 
                     {
 
                     {
                         "link": "https://www.chamberofcommerce.com/newport-beach-ca/25230470-ginas-pizza",
+
                         "product": "Bing local",
                         "methods": {
+
                        "directory": "bing",
                            "url": "https://www.chamberofcommerce.com/search/results?what=gina%27s+pizza&where=newport+beach%2C+ca",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/bing.png",
                            "enclosure": "main-content",
+
                        "found": true,
                            "enctype": "class"
+
                        "score": 93,
                        },
+
                        "claimed": false,
                         "title": "Gina's Pizza",
+
                        "hours": true,
                         "tech": "false",
+
                        "date": "2021-01-06T21:24:48.000Z",
 +
                        "categories": 0,
 +
                         "reviews": 24,
 +
                        "photos": 1,
 +
                        "website": "https://www.kellysartshack.com/",
 +
                        "link": "https://www.bing.com/maps?ss=ypid.YN873x2705681487866994578",
 +
                        "phone": "(214) 935-8891",
 +
                         "name": "Kelly's Art Shack",
 +
                         "address": "312 Cloyd St, McKinney, TX 75069",
 
                         "nap": {
 
                         "nap": {
                             "nap": {
+
                             "name": 82,
                                "name": "Gina's Pizza",
+
                            "address": 96,
                                "address": "3142 W Balboa Blvd -  Newport Beach, California 92663",
+
                            "phone": 100
                                "phone": "(949) 723-4462",
+
                         }
                                "n": {
 
                                    "percentage": 100
 
                                },
 
                                "a": {
 
                                    "percentage": 100
 
                                },
 
                                "p": {
 
                                    "percentage": 100
 
                                }
 
                            },
 
                            "score": 100
 
                         },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "https://www.chamberofcommerce.com/newport-beach-ca/32128621-ginas-pizza",
+
                         "product": "Google",
                         "methods": {
+
                        "directory": "google",
                            "url": "https://www.chamberofcommerce.com/search/results?what=gina%27s+pizza&where=newport+beach%2C+ca",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/google.png",
                            "enclosure": "main-content",
+
                        "found": true,
                            "enctype": "class"
+
                        "score": 100,
                        },
+
                        "claimed": true,
                         "title": "Ginas Pizza Inc",
+
                        "hours": true,
                         "tech": "false",
+
                        "date": "2021-01-06T21:24:46.000Z",
 +
                         "categories": 2,
 +
                        "reviews": 5,
 +
                        "photos": 1,
 +
                        "website": "https://www.kellysartshack.com/",
 +
                        "link": "https://maps.google.com/?cid=14732555693742418082",
 +
                        "phone": "(214) 935-8891",
 +
                         "name": "Kelly's Art Shack & Events",
 +
                         "address": "312 E Cloyd St, McKinney, TX 75069, USA",
 
                         "nap": {
 
                         "nap": {
                             "nap": {
+
                             "name": 100,
                                "name": "Ginas Pizza Inc",
+
                            "address": 100,
                                "address": "309 Palm St -  Newport Beach, California 92661",
+
                            "phone": 100
                                "phone": "(949) 673-8516",
+
                         }
                                "n": {
 
                                    "percentage": 100
 
                                },
 
                                "a": {
 
                                    "percentage": 77
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 79
 
                         },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "https://www.chamberofcommerce.com/newport-beach-ca/44339193-ginas-pizza-newport",
+
                         "product": "Yelp",
                         "methods": {
+
                         "directory": "yelp",
                            "url": "https://www.chamberofcommerce.com/search/results?what=gina%27s+pizza&where=newport+beach%2C+ca",
+
                         "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/yelp.png",
                            "enclosure": "main-content",
+
                         "found": true,
                            "enctype": "class"
+
                         "score": 94,
                        },
+
                         "claimed": true,
                        "title": "Ginas Pizza Newport",
+
                         "hours": true,
                        "tech": "false",
+
                        "date": "2021-01-06T21:24:46.000Z",
                        "nap": {
+
                        "categories": 7,
                            "nap": {
+
                        "reviews": 2,
                                "name": "Ginas Pizza Newport",
+
                        "photos": 1,
                                "address": "4507 W Coast Hwy -  Newport Beach, California 92663",
+
                        "website": "kellysartshack.com",
                                "phone": "(949) 722-1236",
+
                        "link": "https://www.yelp.com/biz/kellys-art-shack-mckinney-2",
                                "n": {
+
                         "phone": "(214) 935-8891",
                                    "percentage": 74
+
                         "name": "Kelly's Art Shack",
                                },
+
                         "address": "312 E Cloyd St, McKinney, TX 75069",
                                "a": {
 
                                    "percentage": 80
 
                                },
 
                                "p": {
 
                                    "percentage": 70
 
                                }
 
                            },
 
                            "score": 75
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                         "link": "https://www.chamberofcommerce.com/newport-beach-ca/34418872-ginas-pizza-inc",
 
                        "methods": {
 
                            "url": "https://www.chamberofcommerce.com/search/results?what=gina%27s+pizza&where=newport+beach%2C+ca",
 
                            "enclosure": "main-content",
 
                            "enctype": "class"
 
                        },
 
                         "title": "Gina's Pizza Inc",
 
                         "tech": "false",
 
                         "nap": {
 
                            "nap": {
 
                                "name": "Gina's Pizza Inc",
 
                                "address": "Po Box 11269 -  Newport Beach, California 92658",
 
                                "phone": "(949) 760-0848",
 
                                "n": {
 
                                    "percentage": 100
 
                                },
 
                                "a": {
 
                                    "percentage": 68
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 73
 
                        },
 
                         "fulfillment": false
 
                    }
 
                ]
 
            },
 
            "results": "true",
 
            "errors": "false",
 
            "score": 100,
 
            "id": 52444619,
 
            "batch": "320192620171213",
 
            "createdAt": "2017-12-13T22:07:55.000Z",
 
            "directory": "chamberofcommerce",
 
            "elapsedTime": 1148
 
        },
 
        {
 
            "client": 3201926,
 
            "partner": 7,
 
            "data": {
 
                "dirName": "2findlocal",
 
                "dirHandle": "2findlocal",
 
                "dirQuery": "http://www.2findlocal.com/search?k=gina+pizza&w=newport+beach%2C+ca",
 
                "results": 0
 
            },
 
            "results": "false",
 
            "errors": "false",
 
            "score": 0,
 
            "id": 52444620,
 
            "batch": "320192620171213",
 
            "createdAt": "2017-12-13T22:07:56.000Z",
 
            "directory": "2findlocal",
 
            "elapsedTime": 1606
 
        },
 
        {
 
            "client": 3201926,
 
            "partner": 7,
 
            "data": {
 
                "dirName": "Angieslist",
 
                "dirHandle": "angieslist",
 
                "dirQuery": "https://www.google.com/search?q=site%3Aangieslist.com%2Fcompanylist%2F+Gina%27s+Pizza+Newport+Beach%2C+CA&ie=utf-8&hl=en&as_qdr=all&aq=t&rls=org:mozilla:us:official&client=firefox&num=2&filter=1&nojs=1",
 
                "results": 0
 
            },
 
            "results": "false",
 
            "errors": "false",
 
            "score": 0,
 
            "id": 52444621,
 
            "batch": "320192620171213",
 
            "createdAt": "2017-12-13T22:07:56.000Z",
 
            "directory": "angieslist",
 
            "elapsedTime": 2089
 
        },
 
        {
 
            "client": 3201926,
 
            "partner": 7,
 
            "data": {
 
                "dirName": "Bizhwy",
 
                "dirHandle": "bizhwy",
 
                "dirQuery": "https://www.google.com/search?q=site%3Awww.bizhwy.com+Gina%27s+Pizza+3142+w+balboa+%22%28949%29+723-4462%22+Newport+Beach&ie=utf-8&hl=en&as_qdr=all&aq=t&rls=org:mozilla:us:official&client=firefox&num=1&filter=1&nojs=1",
 
                "results": 0
 
            },
 
            "results": "false",
 
            "errors": "false",
 
            "score": 0,
 
            "id": 52444622,
 
            "batch": "320192620171213",
 
            "createdAt": "2017-12-13T22:07:56.000Z",
 
            "directory": "bizhwy",
 
            "elapsedTime": 2203
 
        },
 
        {
 
            "client": 3201926,
 
            "partner": 7,
 
            "data": {
 
                "dirName": "Cityfos",
 
                "dirHandle": "cityfos",
 
                "dirQuery": "https://www.google.com/search?q=site%3Awww.cityfos.com%2Fsignup%2Faccount.htm%3Flm%3Dbl+Gina%27s+Pizza+3142+w+balboa+%22%28949%29+723-4462%22+Newport+Beach&ie=utf-8&hl=en&as_qdr=all&aq=t&rls=org:mozilla:us:official&client=firefox&num=1&filter=1&nojs=1",
 
                "results": 0
 
            },
 
            "results": "false",
 
            "errors": "false",
 
            "score": 0,
 
            "id": 52444623,
 
            "batch": "320192620171213",
 
            "createdAt": "2017-12-13T22:07:56.000Z",
 
            "directory": "cityfos",
 
            "elapsedTime": 2015
 
        },
 
        {
 
            "client": 3201926,
 
            "partner": 7,
 
            "data": {
 
                "dirName": "Citymaps",
 
                "dirHandle": "citymaps",
 
                "dirQuery": "https://www.google.com/search?q=site%3Acitymaps.com%2F+Gina%27s+Pizza+3142+w+balboa+%22%28949%29+723-4462%22+Newport+Beach&ie=utf-8&hl=en&as_qdr=all&aq=t&rls=org:mozilla:us:official&client=firefox&num=1&filter=1&nojs=1",
 
                "results": 1,
 
                "result": [
 
                    {
 
                         "link": "https://citymaps.com/v/us/ca/newport-beach/ginas-pizza/5bf8d797-43cc-4795-a24c-dd23f4043632",
 
                         "methods": null,
 
                        "title": "Gina's Pizza",
 
                         "tech": "false",
 
 
                         "nap": {
 
                         "nap": {
                             "nap": {
+
                             "name": 82,
                                "name": "Gina's Pizza",
+
                            "address": 100,
                                "address": "3142 W Balboa Newport Beach ",
+
                            "phone": 100
                                "phone": "(ITS) ERR-TECH",
+
                         }
                                "n": {
 
                                    "percentage": 100
 
                                },
 
                                "a": {
 
                                    "percentage": 71
 
                                },
 
                                "p": {
 
                                    "percentage": 0
 
                                }
 
                            },
 
                            "score": 57
 
                         },
 
                        "fulfillment": false
 
 
                     }
 
                     }
                 ]
+
                 ],
            },
+
                 "directories": [
            "results": "true",
 
            "errors": "false",
 
            "score": 57,
 
            "id": 52444624,
 
            "batch": "320192620171213",
 
            "createdAt": "2017-12-13T22:07:56.000Z",
 
            "directory": "citymaps",
 
            "elapsedTime": 1999
 
        },
 
        {
 
            "client": 3201926,
 
            "partner": 7,
 
            "data": {
 
                "dirName": "Localstack",
 
                "dirHandle": "localstack",
 
                "dirQuery": "http://www.localstack.com",
 
                "results": 0
 
            },
 
            "results": "false",
 
            "errors": "false",
 
            "score": 0,
 
            "id": 52444625,
 
            "batch": "320192620171213",
 
            "createdAt": "2017-12-13T22:07:57.000Z",
 
            "directory": "localstack",
 
            "elapsedTime": 1174
 
        },
 
        {
 
            "client": 3201926,
 
            "partner": 7,
 
            "data": {
 
                "dirName": "Elocal",
 
                "dirHandle": "elocal",
 
                "dirQuery": "http://www.elocal.com/search/ca/newport-beach?search_category=gina%27s+pizza#!/page=1",
 
                "results": 4,
 
                 "result": [
 
 
                     {
 
                     {
                         "link": "http://www.elocal.com/profile/carnitas-la-villa-18573416/#!/category=493",
+
                         "product": "Alignable",
                         "methods": {
+
                         "type": "directory",
                            "url": "http://www.elocal.com/search/ca/newport-beach?search_category=gina%27s+pizza#!/page=1",
+
                        "directory": "alignable",
                            "enclosure": "search_results_container",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/alignable.png",
                            "enctype": "id"
+
                         "found": false,
                        },
+
                         "date": "2021-01-06T21:24:42.000Z"
                        "title": "Carnitas La Villa",
 
                         "tech": "false",
 
                         "nap": {
 
                            "nap": {
 
                                "name": "Carnitas La Villa",
 
                                "address": "3417 Newport Blvd  Newport Beach, CA 92663",
 
                                "phone": "(949) 723-4432",
 
                                "n": {
 
                                    "percentage": 40
 
                                },
 
                                "a": {
 
                                    "percentage": 79
 
                                },
 
                                "p": {
 
                                    "percentage": 90
 
                                }
 
                            },
 
                            "score": 70
 
                        },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "http://www.elocal.com/profile/taco-bell-19227367/#!/category=493",
+
                         "product": "Apple",
                         "methods": {
+
                         "type": "ftp",
                            "url": "http://www.elocal.com/search/ca/newport-beach?search_category=gina%27s+pizza#!/page=1",
+
                        "directory": "apple",
                            "enclosure": "search_results_container",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/apple.png",
                            "enctype": "id"
+
                         "found": false,
                        },
+
                         "date": "2021-01-06T21:24:42.000Z"
                        "title": "Taco Bell",
 
                         "tech": "false",
 
                         "nap": {
 
                            "nap": {
 
                                "name": "Taco Bell",
 
                                "address": "4101 Jamboree Rd Newport Beach, CA 92660",
 
                                "phone": "(949) 724-0133",
 
                                "n": {
 
                                    "percentage": 11
 
                                },
 
                                "a": {
 
                                    "percentage": 75
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 49
 
                        },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "http://www.elocal.com/profile/taco-bell-19226714/#!/category=493",
+
                         "product": "Brownbook",
                         "methods": {
+
                        "directory": "brownbook",
                            "url": "http://www.elocal.com/search/ca/newport-beach?search_category=gina%27s+pizza#!/page=1",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/brownbook.png",
                            "enclosure": "search_results_container",
+
                         "found": true,
                            "enctype": "id"
+
                        "score": 94,
                         },
+
                        "type": "directory",
                         "title": "Taco Bell",
+
                        "date": "2021-01-06T21:24:48.000Z",
                         "tech": "false",
+
                        "link": "https://brownbook.net/business/46687008/kellys-art-shack",
 +
                         "name": "Kelly's Art Shack",
 +
                         "address": "312 East Cloyd Street, McKinney, TX 75069",
 +
                         "phone": "(214) 935-8891",
 
                         "nap": {
 
                         "nap": {
                             "nap": {
+
                             "name": 82,
                                "name": "Taco Bell",
+
                            "address": 100,
                                "address": "1400 West Coast Highway Newport Beach, CA 92663",
+
                            "phone": 100
                                "phone": "(949) 646-8656",
+
                         }
                                "n": {
 
                                    "percentage": 11
 
                                },
 
                                "a": {
 
                                    "percentage": 83
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 48
 
                         },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "http://www.elocal.com/profile/red-o-17945814/#!/category=493",
+
                         "product": "Bubblelife",
                         "methods": {
+
                        "directory": "bubblelife",
                            "url": "http://www.elocal.com/search/ca/newport-beach?search_category=gina%27s+pizza#!/page=1",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/bubblelife.png",
                            "enclosure": "search_results_container",
+
                        "found": true,
                            "enctype": "id"
+
                        "score": 94,
                        },
+
                         "type": "directory",
                        "title": "Red O",
+
                        "date": "2021-01-06T21:24:48.000Z",
                         "tech": "false",
+
                        "link": "http://directory.bubblelife.com/listing/351732674/Kellys_Art_Shack",
 +
                        "name": "Kelly's Art Shack",
 +
                        "address": "312 East Cloyd Street, McKinney, TX, 75069",
 +
                         "phone": "2149358891",
 
                         "nap": {
 
                         "nap": {
                             "nap": {
+
                             "name": 82,
                                "name": "Red O",
+
                             "address": 100,
                                "address": "143 Newport Center Dr Newport Beach, CA 92660",
+
                             "phone": 100
                                "phone": "(949) 718-0300",
+
                         }
                                "n": {
 
                                    "percentage": 0
 
                                },
 
                                "a": {
 
                                    "percentage": 77
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                             "score": 42
 
                        },
 
                        "fulfillment": false
 
                    }
 
                ]
 
            },
 
            "results": "true",
 
            "errors": "false",
 
            "score": 70,
 
            "id": 52444626,
 
            "batch": "320192620171213",
 
            "createdAt": "2017-12-13T22:07:57.000Z",
 
            "directory": "elocal",
 
            "elapsedTime": 1787
 
        },
 
        {
 
            "client": 3201926,
 
            "partner": 7,
 
            "data": {
 
                "dirName": "Cybo",
 
                "dirHandle": "cybo",
 
                "dirQuery": "https://www.google.com/search?q=site%3Ayellowpages.cybo.com%2FUS+Gina%27s+Pizza+3142+w+balboa+%22%28949%29+723-4462%22+Newport+Beach&ie=utf-8&hl=en&as_qdr=all&aq=t&rls=org:mozilla:us:official&client=firefox&num=1&filter=1&nojs=1",
 
                "results": 0
 
            },
 
            "results": "false",
 
            "errors": "false",
 
            "score": 0,
 
            "id": 52444627,
 
            "batch": "320192620171213",
 
            "createdAt": "2017-12-13T22:07:57.000Z",
 
            "directory": "cybo",
 
            "elapsedTime": 2083
 
        },
 
        {
 
            "client": 3201926,
 
            "partner": 7,
 
            "data": {
 
                "dirName": "Company",
 
                "dirHandle": "company",
 
                "dirQuery": "https://directory.company.com/business/find?search_tag=Gina%27s+Pizza&location=newport+beach+ca",
 
                "results": 0
 
            },
 
            "results": "false",
 
            "errors": "false",
 
            "score": 0,
 
            "id": 52444628,
 
            "batch": "320192620171213",
 
            "createdAt": "2017-12-13T22:07:57.000Z",
 
            "directory": "company",
 
            "elapsedTime": 2290
 
        },
 
        {
 
            "client": 3201926,
 
            "partner": 7,
 
            "data": {
 
                "dirName": "Findushere",
 
                "dirHandle": "findushere",
 
                "dirQuery": "https://www.google.com/search?q=site%3Afind-us-here.com+Gina%27s+Pizza+3142+w+balboa+%22%28949%29+723-4462%22+Newport+Beach&ie=utf-8&hl=en&as_qdr=all&aq=t&rls=org:mozilla:us:official&client=firefox&num=1&filter=1&nojs=1",
 
                "results": 0
 
            },
 
            "results": "false",
 
            "errors": "false",
 
            "score": 0,
 
            "id": 52444629,
 
            "batch": "320192620171213",
 
            "createdAt": "2017-12-13T22:07:57.000Z",
 
            "directory": "findushere",
 
            "elapsedTime": 2084
 
        },
 
        {
 
            "client": 3201926,
 
            "partner": 7,
 
            "data": {
 
                "dirName": "Ezlocal",
 
                "dirHandle": "ezlocal",
 
                "dirQuery": "http://ezlocal.com/search/?q=Gina%27s+Pizza&by=newport+beach%2c+ca+92663&bSearch=Find%21",
 
                "results": 23,
 
                "result": [
 
                    {
 
                        "link": "http://ezlocal.com/ca/newport-beach/pizza-restaurant/092293947",
 
                        "methods": {
 
                            "url": "http://ezlocal.com/search/?q=Gina%27s+Pizza&by=newport+beach%2c+ca+92663&bSearch=Find%21",
 
                            "enclosure": "fezlocal",
 
                            "enctype": "id",
 
                            "size": 9000
 
                        },
 
                        "title": "Ginas Pizza",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Ginas Pizza",
 
                                "address": "3142 W Balboa Blvd, Newport Beach, CA, 92663",
 
                                "phone": "(949) 723-4462",
 
                                "n": {
 
                                    "percentage": 100
 
                                },
 
                                "a": {
 
                                    "percentage": 100
 
                                },
 
                                "p": {
 
                                    "percentage": 100
 
                                }
 
                            },
 
                             "score": 100
 
                         },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "http://ezlocal.com/ca/newport-beach/south-american-restaurant/0968768",
+
                         "product": "Cataloxy",
                         "methods": {
+
                         "type": "directory",
                            "url": "http://ezlocal.com/search/?q=Gina%27s+Pizza&by=newport+beach%2c+ca+92663&bSearch=Find%21",
+
                        "directory": "cataloxy",
                            "enclosure": "fezlocal",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/cataloxy.png",
                            "enctype": "id",
+
                         "found": false,
                            "size": 9000
+
                         "date": "2021-01-06T21:24:42.000Z"
                        },
 
                        "title": "Original Pizza",
 
                         "tech": "false",
 
                         "nap": {
 
                            "nap": {
 
                                "name": "Original Pizza",
 
                                "address": "2121 W Balboa Blvd, Newport Beach, CA, 92663",
 
                                "phone": "(949) 673-1451",
 
                                "n": {
 
                                    "percentage": 78
 
                                },
 
                                "a": {
 
                                    "percentage": 94
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 77
 
                        },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "http://ezlocal.com/ca/newport-beach/business/26817183",
+
                         "product": "Chamberofcommerce",
                         "methods": {
+
                        "directory": "chamberofcommerce",
                            "url": "http://ezlocal.com/search/?q=Gina%27s+Pizza&by=newport+beach%2c+ca+92663&bSearch=Find%21",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/chamberofcommerce.png",
                            "enclosure": "fezlocal",
+
                         "found": true,
                            "enctype": "id",
+
                        "score": 80,
                            "size": 9000
+
                        "type": "directory",
                        },
+
                        "date": "2021-01-06T21:24:46.000Z",
                         "title": "z pizza",
+
                        "link": "https://www.chamberofcommerce.com/united-states/texas/mckinney/art-studios/2011504185-kellys-art-shack",
                         "tech": "false",
+
                        "name": "Kelly's Art ShackKelly's Art Shack",
 +
                         "address": "312 East Cloyd Street Mckinney, TX 75069, 312 East Cloyd Street Mckinney, TX 75069",
 +
                         "phone": "(214) 935-8891(214) 935-8891",
 
                         "nap": {
 
                         "nap": {
                             "nap": {
+
                             "name": 71,
                                "name": "z pizza",
+
                            "address": 68,
                                "address": "3423 Via Lido, Newport Beach, CA, 92663",
+
                            "phone": 100
                                "phone": "(949) 723-0707",
+
                         }
                                "n": {
 
                                    "percentage": 63
 
                                },
 
                                "a": {
 
                                    "percentage": 86
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 70
 
                         },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "http://ezlocal.com/ca/newport-beach/business/709409125",
+
                         "product": "Citysearch",
                         "methods": {
+
                         "type": "directory",
                            "url": "http://ezlocal.com/search/?q=Gina%27s+Pizza&by=newport+beach%2c+ca+92663&bSearch=Find%21",
+
                        "directory": "citysearch",
                            "enclosure": "fezlocal",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/citysearch.png",
                            "enctype": "id",
+
                         "found": false,
                            "size": 9000
+
                         "date": "2021-01-06T21:24:43.000Z"
                        },
 
                        "title": "Z Pizza",
 
                         "tech": "false",
 
                         "nap": {
 
                            "nap": {
 
                                "name": "Z Pizza",
 
                                "address": "1124 Irvine Ave, Newport Beach, CA, 92660",
 
                                "phone": "(949) 722-1330",
 
                                "n": {
 
                                    "percentage": 63
 
                                },
 
                                "a": {
 
                                    "percentage": 71
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 65
 
                        },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "http://ezlocal.com/ca/newport-beach/business/711554002",
+
                         "product": "Citysquares",
                         "methods": {
+
                         "directory": "citysquares",
                            "url": "http://ezlocal.com/search/?q=Gina%27s+Pizza&by=newport+beach%2c+ca+92663&bSearch=Find%21",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/citysquares.png",
                            "enclosure": "fezlocal",
+
                        "found": true,
                            "enctype": "id",
+
                        "score": 94,
                            "size": 9000
+
                        "type": "directory",
                         },
+
                        "date": "2021-01-06T21:24:46.000Z",
                         "title": "Sabatino's Sausage and Pizza Co.",
+
                         "link": "https://citysquares.com/b/kelly-s-art-shack-23512625",
                         "tech": "false",
+
                         "name": "Kelly's Art Shack",
 +
                        "address": "312 East Cloyd Street, Mckinney, Texas, 75069",
 +
                         "phone": "(214) 935-8891",
 
                         "nap": {
 
                         "nap": {
                             "nap": {
+
                             "name": 82,
                                "name": "Sabatino's Sausage and Pizza Co.",
+
                            "address": 100,
                                "address": "406 32nd St, Newport Beach, CA, 92663",
+
                            "phone": 100
                                "phone": "(949) 723-1930",
+
                         }
                                "n": {
 
                                    "percentage": 58
 
                                },
 
                                "a": {
 
                                    "percentage": 77
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 65
 
                         },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "http://ezlocal.com/ca/newport-beach/pizza-restaurant/091183913",
+
                         "product": "Cylex",
                         "methods": {
+
                        "directory": "cylex",
                            "url": "http://ezlocal.com/search/?q=Gina%27s+Pizza&by=newport+beach%2c+ca+92663&bSearch=Find%21",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/cylex.png",
                            "enclosure": "fezlocal",
+
                         "found": true,
                            "enctype": "id",
+
                        "score": 94,
                            "size": 9000
+
                        "type": "directory",
                        },
+
                        "date": "2021-01-06T21:24:43.000Z",
                         "title": "Pizza Nova",
+
                        "link": "https://www.cylex.us.com/company/kelly%27s-art-shack-28002736.html",
                         "tech": "false",
+
                        "name": "Kelly's Art Shack",
 +
                         "address": "312 East Cloyd Street, McKinney, TX 75069",
 +
                         "phone": "2149358891",
 
                         "nap": {
 
                         "nap": {
                             "nap": {
+
                             "name": 82,
                                "name": "Pizza Nova",
+
                            "address": 100,
                                "address": "2601 W Coast Hwy, Newport Beach, CA, 92663",
+
                            "phone": 100
                                "phone": "(949) 574-4099",
+
                         }
                                "n": {
 
                                    "percentage": 53
 
                                },
 
                                "a": {
 
                                    "percentage": 80
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 64
 
                         },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "http://ezlocal.com/ca/newport-beach/business/40197230",
+
                         "product": "Dataprovider",
                         "methods": {
+
                         "type": "aggregator",
                            "url": "http://ezlocal.com/search/?q=Gina%27s+Pizza&by=newport+beach%2c+ca+92663&bSearch=Find%21",
+
                        "directory": "dataprovider",
                            "enclosure": "fezlocal",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/dataprovider.png",
                            "enctype": "id",
+
                         "found": false,
                            "size": 9000
+
                         "date": "2021-01-06T21:24:41.000Z"
                        },
 
                        "title": "Round Table Pizza",
 
                         "tech": "false",
 
                         "nap": {
 
                            "nap": {
 
                                "name": "Round Table Pizza",
 
                                "address": "4551 Jamboree Rd, Newport Beach, CA, 92660",
 
                                "phone": "(949) 261-2222",
 
                                "n": {
 
                                    "percentage": 56
 
                                },
 
                                "a": {
 
                                    "percentage": 75
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 64
 
                        },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "http://ezlocal.com/ca/newport-beach/business/710968946",
+
                         "product": "Dnb",
                         "methods": {
+
                         "type": "ftp",
                            "url": "http://ezlocal.com/search/?q=Gina%27s+Pizza&by=newport+beach%2c+ca+92663&bSearch=Find%21",
+
                        "directory": "dnb",
                            "enclosure": "fezlocal",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/dnb.png",
                            "enctype": "id",
+
                         "found": false,
                            "size": 9000
+
                         "date": "2021-01-06T21:24:57.000Z"
                        },
 
                        "title": "New Jersey's Pizza",
 
                         "tech": "false",
 
                         "nap": {
 
                            "nap": {
 
                                "name": "New Jersey's Pizza",
 
                                "address": "3305 Newport Blvd, Newport Beach, CA, 92663",
 
                                "phone": "(949) 723-0505",
 
                                "n": {
 
                                    "percentage": 56
 
                                },
 
                                "a": {
 
                                    "percentage": 76
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 64
 
                        },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "http://ezlocal.com/ca/newport-beach/business/90361760",
+
                         "product": "Ebusinesspages",
                         "methods": {
+
                        "directory": "ebusinesspages",
                            "url": "http://ezlocal.com/search/?q=Gina%27s+Pizza&by=newport+beach%2c+ca+92663&bSearch=Find%21",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/ebusinesspages.png",
                            "enclosure": "fezlocal",
+
                         "found": true,
                            "enctype": "id",
+
                        "score": 94,
                            "size": 9000
+
                        "type": "directory",
                        },
+
                        "date": "2021-01-06T21:24:57.000Z",
                         "title": "z pizza",
+
                        "link": "http://ebusinesspages.com/Kellys-Art-Shack_e4bp6.co",
                         "tech": "false",
+
                        "name": "Kelly's Art Shack",
 +
                         "address": "312 East Cloyd Street, Mckinney, TX 75069",
 +
                         "phone": "(214) 935-8891",
 
                         "nap": {
 
                         "nap": {
                             "nap": {
+
                             "name": 82,
                                "name": "z pizza",
+
                            "address": 100,
                                "address": "1616 San Miguel Dr, Newport Beach, CA, 92660",
+
                            "phone": 100
                                "phone": "(949) 219-9939",
+
                         }
                                "n": {
 
                                    "percentage": 63
 
                                },
 
                                "a": {
 
                                    "percentage": 71
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 61
 
                         },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "http://ezlocal.com/ca/newport-beach/business/153823938",
+
                         "product": "Elocal",
                         "methods": {
+
                        "directory": "elocal",
                            "url": "http://ezlocal.com/search/?q=Gina%27s+Pizza&by=newport+beach%2c+ca+92663&bSearch=Find%21",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/elocal.png",
                            "enclosure": "fezlocal",
+
                         "found": true,
                            "enctype": "id",
+
                        "score": 94,
                            "size": 9000
+
                        "type": "directory",
                        },
+
                        "date": "2021-01-06T21:24:51.000Z",
                         "title": "z pizza",
+
                        "link": "https://www.elocal.com/profile/kellya-s-art-shack-20346625/#!/category=319",
                         "tech": "false",
+
                        "name": "Kelly’s Art Shack",
 +
                         "address": "312 East Cloyd Street, McKinney, TX, 75069",
 +
                         "phone": "214-935-8891",
 
                         "nap": {
 
                         "nap": {
                             "nap": {
+
                             "name": 82,
                                "name": "z pizza",
+
                            "address": 100,
                                "address": "2549 Eastbluff Dr, Newport Beach, CA, 92660",
+
                            "phone": 100
                                "phone": "(949) 760-3100",
+
                         }
                                "n": {
 
                                    "percentage": 63
 
                                },
 
                                "a": {
 
                                    "percentage": 71
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 61
 
                         },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "http://ezlocal.com/ca/newport-beach/pizza-restaurant/091610494",
+
                         "product": "Enrollbusiness",
                         "methods": {
+
                         "type": "directory",
                            "url": "http://ezlocal.com/search/?q=Gina%27s+Pizza&by=newport+beach%2c+ca+92663&bSearch=Find%21",
+
                        "directory": "enrollbusiness",
                            "enclosure": "fezlocal",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/enrollbusiness.png",
                            "enctype": "id",
+
                         "found": false,
                            "size": 9000
+
                         "date": "2021-01-06T21:24:42.000Z"
                        },
 
                        "title": "Mario's Pizza Taste of Italy",
 
                         "tech": "false",
 
                         "nap": {
 
                            "nap": {
 
                                "name": "Mario's Pizza Taste of Italy",
 
                                "address": "4507 W Coast Hwy, Newport Beach, CA, 92663",
 
                                "phone": "(949) 722-7151",
 
                                "n": {
 
                                    "percentage": 42
 
                                },
 
                                "a": {
 
                                    "percentage": 80
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 61
 
                        },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "http://ezlocal.com/ca/newport-beach/business/26818191",
+
                         "product": "Expressbusinessdirectory",
                         "methods": {
+
                         "type": "directory",
                            "url": "http://ezlocal.com/search/?q=Gina%27s+Pizza&by=newport+beach%2c+ca+92663&bSearch=Find%21",
+
                        "directory": "expressbusinessdirectory",
                            "enclosure": "fezlocal",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/expressbusinessdirectory.png",
                            "enctype": "id",
+
                         "found": false,
                            "size": 9000
+
                         "date": "2021-01-06T21:24:51.000Z"
                        },
 
                        "title": "Azar's Gourmet Pizza",
 
                         "tech": "false",
 
                         "nap": {
 
                            "nap": {
 
                                "name": "Azar's Gourmet Pizza",
 
                                "address": "309 Palm St, Newport Beach, CA, 92661",
 
                                "phone": "(949) 673-8516",
 
                                "n": {
 
                                    "percentage": 44
 
                                },
 
                                "a": {
 
                                    "percentage": 77
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 60
 
                        },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "http://ezlocal.com/ca/newport-beach/business/38214903",
+
                         "product": "Ezlocal",
                         "methods": {
+
                         "type": "directory",
                            "url": "http://ezlocal.com/search/?q=Gina%27s+Pizza&by=newport+beach%2c+ca+92663&bSearch=Find%21",
+
                        "directory": "ezlocal",
                            "enclosure": "fezlocal",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/ezlocal.png",
                            "enctype": "id",
+
                         "found": false,
                            "size": 9000
+
                         "date": "2021-01-06T21:24:46.000Z"
                        },
 
                        "title": "First Class Pizza",
 
                         "tech": "false",
 
                         "nap": {
 
                            "nap": {
 
                                "name": "First Class Pizza",
 
                                "address": "21117 Newport Coast Dr, Newport Beach, CA, 92657",
 
                                "phone": "(949) 644-5888",
 
                                "n": {
 
                                    "percentage": 64
 
                                },
 
                                "a": {
 
                                    "percentage": 67
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 60
 
                        },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "http://ezlocal.com/ca/newport-beach/business/712962841",
+
                         "product": "Factual",
                         "methods": {
+
                         "type": "directory",
                            "url": "http://ezlocal.com/search/?q=Gina%27s+Pizza&by=newport+beach%2c+ca+92663&bSearch=Find%21",
+
                        "directory": "factual",
                            "enclosure": "fezlocal",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/factual.png",
                            "enctype": "id",
+
                         "found": false,
                            "size": 9000
+
                         "date": "2021-01-06T21:24:41.000Z"
                        },
 
                        "title": "Newport Pizza Inc",
 
                         "tech": "false",
 
                         "nap": {
 
                            "nap": {
 
                                "name": "Newport Pizza Inc",
 
                                "address": "4551 Jamboree Rd, Newport Beach, CA, 92660",
 
                                "phone": "(949) 852-2410",
 
                                "n": {
 
                                    "percentage": 55
 
                                },
 
                                "a": {
 
                                    "percentage": 75
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 60
 
                        },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "http://ezlocal.com/ca/newport-beach/business/704515660",
+
                         "product": "Findopen",
                         "methods": {
+
                         "type": "directory",
                            "url": "http://ezlocal.com/search/?q=Gina%27s+Pizza&by=newport+beach%2c+ca+92663&bSearch=Find%21",
+
                        "directory": "findopen",
                            "enclosure": "fezlocal",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/findopen.png",
                            "enctype": "id",
+
                         "found": false,
                            "size": 9000
+
                         "date": "2021-01-06T21:24:44.000Z"
                        },
 
                        "title": "Pizza Hut",
 
                         "tech": "false",
 
                         "nap": {
 
                            "nap": {
 
                                "name": "Pizza Hut",
 
                                "address": "3601 Jamboree Rd, Newport Beach, CA, 92660",
 
                                "phone": "(949) 263-1700",
 
                                "n": {
 
                                    "percentage": 56
 
                                },
 
                                "a": {
 
                                    "percentage": 78
 
                                },
 
                                "p": {
 
                                    "percentage": 40
 
                                }
 
                            },
 
                            "score": 58
 
                        },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "http://ezlocal.com/ca/newport-beach/business/150828731",
+
                         "product": "Foursquare",
                         "methods": {
+
                        "directory": "foursquare",
                            "url": "http://ezlocal.com/search/?q=Gina%27s+Pizza&by=newport+beach%2c+ca+92663&bSearch=Find%21",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/foursquare.png",
                            "enclosure": "fezlocal",
+
                         "found": true,
                            "enctype": "id",
+
                        "score": 94,
                            "size": 9000
+
                        "type": "aggregator",
                        },
+
                        "date": "2021-01-06T21:24:51.000Z",
                         "title": "California Pizza Kitchen",
+
                        "link": "https://foursquare.com/v/kellys-art-shack/5d553f77e8791a0008842e43",
                         "tech": "false",
+
                        "name": "Kelly’s Art Shack",
 +
                         "address": "312 East Cloyd Street, McKinney, TX 75069, United States",
 +
                         "phone": "(214) 935-8891",
 
                         "nap": {
 
                         "nap": {
                             "nap": {
+
                             "name": 82,
                                "name": "California Pizza Kitchen",
+
                            "address": 100,
                                "address": "1151 Newport Center Dr, Newport Beach, CA, 92660",
+
                            "phone": 100
                                "phone": "(949) 759-5543",
+
                         }
                                "n": {
 
                                    "percentage": 50
 
                                },
 
                                "a": {
 
                                    "percentage": 73
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 58
 
                         },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "http://ezlocal.com/ca/newport-beach/pizza-restaurant/096402936",
+
                         "product": "Here",
                         "methods": {
+
                         "type": "directory",
                            "url": "http://ezlocal.com/search/?q=Gina%27s+Pizza&by=newport+beach%2c+ca+92663&bSearch=Find%21",
+
                        "directory": "here",
                            "enclosure": "fezlocal",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/here.png",
                            "enctype": "id",
+
                         "found": false,
                            "size": 9000
+
                         "date": "2021-01-06T21:24:42.000Z"
                        },
 
                        "title": "Pizzeria Mozza",
 
                         "tech": "false",
 
                         "nap": {
 
                            "nap": {
 
                                "name": "Pizzeria Mozza",
 
                                "address": "800 West Coast Highway, Newport Beach, CA, 92663",
 
                                "phone": "(949) 945-1126",
 
                                "n": {
 
                                    "percentage": 43
 
                                },
 
                                "a": {
 
                                    "percentage": 78
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 57
 
                        },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "http://ezlocal.com/ca/newport-beach/member/094116277",
+
                         "product": "Hotfrog",
                         "methods": {
+
                         "type": "directory",
                            "url": "http://ezlocal.com/search/?q=Gina%27s+Pizza&by=newport+beach%2c+ca+92663&bSearch=Find%21",
+
                        "directory": "hotfrog",
                            "enclosure": "fezlocal",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/hotfrog.png",
                            "enctype": "id",
+
                         "found": false,
                            "size": 9000
+
                         "date": "2021-01-06T21:24:42.000Z"
                        },
 
                        "title": "Laventina's Big Cheese Pizza",
 
                         "tech": "false",
 
                         "nap": {
 
                            "nap": {
 
                                "name": "Laventina's Big Cheese Pizza",
 
                                "address": "2819 Newport Boulevard, Newport Beach, CA, 92663",
 
                                "phone": "(949) 675-1980",
 
                                "n": {
 
                                    "percentage": 53
 
                                },
 
                                "a": {
 
                                    "percentage": 76
 
                                },
 
                                "p": {
 
                                    "percentage": 40
 
                                }
 
                            },
 
                            "score": 56
 
                        },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "http://ezlocal.com/ca/newport-beach/pizza-restaurant/091956144",
+
                         "product": "Hubbiz",
                         "methods": {
+
                         "type": "directory",
                            "url": "http://ezlocal.com/search/?q=Gina%27s+Pizza&by=newport+beach%2c+ca+92663&bSearch=Find%21",
+
                        "directory": "hubbiz",
                            "enclosure": "fezlocal",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/hubbiz.png",
                            "enctype": "id",
+
                         "found": false,
                            "size": 9000
+
                         "date": "2021-01-06T21:24:43.000Z"
                        },
 
                        "title": "Munchies Pizza",
 
                         "tech": "false",
 
                         "nap": {
 
                            "nap": {
 
                                "name": "Munchies Pizza",
 
                                "address": "204 Adams St, Newport Beach, CA, 92661",
 
                                "phone": "(714) 536-6581",
 
                                "n": {
 
                                    "percentage": 61
 
                                },
 
                                "a": {
 
                                    "percentage": 76
 
                                },
 
                                "p": {
 
                                    "percentage": 30
 
                                }
 
                            },
 
                            "score": 56
 
                        },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "http://ezlocal.com/ca/newport-beach/business/13500619",
+
                         "product": "Ibegin",
                         "methods": {
+
                        "directory": "ibegin",
                            "url": "http://ezlocal.com/search/?q=Gina%27s+Pizza&by=newport+beach%2c+ca+92663&bSearch=Find%21",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/ibegin.png",
                            "enclosure": "fezlocal",
+
                         "found": true,
                            "enctype": "id",
+
                        "score": 94,
                            "size": 9000
+
                        "type": "directory",
                        },
+
                        "date": "2021-01-06T21:24:44.000Z",
                         "title": "The Pizza Bakery",
+
                        "link": "https://www.ibegin.com/directory/visit/17037905",
                         "tech": "false",
+
                        "name": "Kelly's Art Shack",
 +
                         "address": "312 East Cloyd Street, Mckinney, Texas 75069",
 +
                         "phone": "(214) 935-8891",
 
                         "nap": {
 
                         "nap": {
                             "nap": {
+
                             "name": 82,
                                "name": "The Pizza Bakery",
+
                            "address": 100,
                                "address": "1741 Westcliff Dr, Newport Beach, CA, 92660",
+
                            "phone": 100
                                "phone": "(949) 631-1166",
+
                         }
                                "n": {
 
                                    "percentage": 42
 
                                },
 
                                "a": {
 
                                    "percentage": 74
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 55
 
                         },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "http://ezlocal.com/ca/newport-beach/business/9599287",
+
                         "product": "Infobel",
                         "methods": {
+
                        "directory": "infobel",
                            "url": "http://ezlocal.com/search/?q=Gina%27s+Pizza&by=newport+beach%2c+ca+92663&bSearch=Find%21",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/infobel.png",
                            "enclosure": "fezlocal",
+
                         "found": true,
                            "enctype": "id",
+
                        "score": 59,
                            "size": 9000
+
                        "type": "directory",
                        },
+
                        "date": "2021-01-06T21:24:43.000Z",
                         "title": "New York Style Pizza",
+
                        "link": "https://www.us-info.com/en/usa/kelly_s_art_shack/mckinney/USTX102328767-2149358891/businessdetails.aspx",
                         "tech": "false",
+
                        "name": "Kelly's Art Shack",
 +
                         "address": "312 Cloyd St, 75069 McKinney, Texas",
 +
                         "phone": "xIjh3b3+UefOQSaI5zdaQbBDIlsYdssNpJf2njXaJhY=",
 
                         "nap": {
 
                         "nap": {
                             "nap": {
+
                             "name": 82,
                                "name": "New York Style Pizza",
+
                            "address": 96,
                                "address": "600 E Bay Ave, Newport Beach, CA, 92661",
+
                            "phone": 0
                                "phone": "(949) 675-7808",
+
                         }
                                "n": {
 
                                    "percentage": 52
 
                                },
 
                                "a": {
 
                                    "percentage": 74
 
                                },
 
                                "p": {
 
                                    "percentage": 40
 
                                }
 
                            },
 
                            "score": 55
 
                         },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "http://ezlocal.com/ca/newport-beach/business/710970219",
+
                         "product": "Infogroup",
                         "methods": {
+
                         "type": "aggregator",
                            "url": "http://ezlocal.com/search/?q=Gina%27s+Pizza&by=newport+beach%2c+ca+92663&bSearch=Find%21",
+
                        "directory": "infogroup",
                            "enclosure": "fezlocal",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/infogroup.png",
                            "enctype": "id",
+
                         "found": false,
                            "size": 9000
+
                         "date": "2021-01-06T21:24:58.000Z"
                        },
 
                        "title": "Red Bluff Pizza Cafe",
 
                         "tech": "false",
 
                         "nap": {
 
                            "nap": {
 
                                "name": "Red Bluff Pizza Cafe",
 
                                "address": "4302 Ford Rd, Newport Beach, CA, 92660",
 
                                "phone": "(949) 725-0019",
 
                                "n": {
 
                                    "percentage": 37
 
                                },
 
                                "a": {
 
                                    "percentage": 78
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 55
 
                        },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "http://ezlocal.com/ca/newport-beach/business/10535634",
+
                         "product": "Invalid",
                         "methods": {
+
                         "type": "directory",
                            "url": "http://ezlocal.com/search/?q=Gina%27s+Pizza&by=newport+beach%2c+ca+92663&bSearch=Find%21",
+
                         "directory": "invalid",
                            "enclosure": "fezlocal",
+
                         "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/invalid.png",
                            "enctype": "id",
+
                         "found": false,
                            "size": 9000
+
                         "date": "2021-01-06T21:24:50.000Z"
                        },
 
                         "title": "Pizza Petes Restaurant",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Pizza Petes Restaurant",
 
                                "address": "701 E Edgewater Ave, Newport Beach, CA, 92661",
 
                                "phone": "(949) 675-4771",
 
                                "n": {
 
                                    "percentage": 33
 
                                },
 
                                "a": {
 
                                    "percentage": 71
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 51
 
                        },
 
                        "fulfillment": false
 
                    }
 
                ]
 
            },
 
            "results": "true",
 
            "errors": "false",
 
            "score": 100,
 
            "id": 52444630,
 
            "batch": "320192620171213",
 
            "createdAt": "2017-12-13T22:07:57.000Z",
 
            "directory": "ezlocal",
 
            "elapsedTime": 2172
 
        },
 
        {
 
            "client": 3201926,
 
            "partner": 7,
 
            "data": {
 
                "dirName": "Localbookmark",
 
                "dirHandle": "localbookmark",
 
                "dirQuery": "https://www.google.com/search?q=site%3Awww.localbookmark.it+Gina%27s+Pizza+3142+w+balboa+%22%28949%29+723-4462%22+Newport+Beach&ie=utf-8&hl=en&as_qdr=all&aq=t&rls=org:mozilla:us:official&client=firefox&num=1&filter=1&nojs=1",
 
                "results": 0
 
            },
 
            "results": "false",
 
            "errors": "false",
 
            "score": 0,
 
            "id": 52444631,
 
            "batch": "320192620171213",
 
            "createdAt": "2017-12-13T22:07:57.000Z",
 
            "directory": "localbookmark",
 
            "elapsedTime": 2017
 
        },
 
        {
 
            "client": 3201926,
 
            "partner": 7,
 
            "data": {
 
                "dirName": "Judysbook",
 
                "dirHandle": "judysbook",
 
                "dirQuery": "https://api.judysbook.com/API_3/API_3fw.svc/REST/SearchByNameAndZipCode?publisherId=advicelocal&apiKey=j1HjHeMQ&jbId=3828&businessName=Gina%27s+Pizza&zipCode=92663",
 
                "results": 18,
 
                "result": [
 
                    {
 
                         "link": "https://www.judysbook.com/Original-Pizza-Restaurants-newportbeach-r28020088.htm",
 
                        "methods": {
 
                            "url": "https://api.judysbook.com/API_3/API_3fw.svc/REST/SearchByNameAndZipCode?publisherId=advicelocal&apiKey=j1HjHeMQ&jbId=3828&businessName=Gina%27s+Pizza&zipCode=92663",
 
                            "enclosure": "class",
 
                            "enctype": "class",
 
                            "noproxy": true
 
                        },
 
                         "title": "Original Pizza",
 
                        "tech": "false",
 
                         "nap": {
 
                            "nap": {
 
                                "name": "Original Pizza",
 
                                "address": "2121 W Balboa Blvd, Newport Beach CA 92663",
 
                                "phone": "(949) 673-1451",
 
                                "n": {
 
                                    "percentage": 78
 
                                },
 
                                "a": {
 
                                    "percentage": 94
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 77
 
                        },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "https://www.judysbook.com/Rubinos-Pizza-Restaurants-newportbeach-r28020119.htm",
+
                         "product": "Judysbook",
                         "methods": {
+
                         "directory": "judysbook",
                            "url": "https://api.judysbook.com/API_3/API_3fw.svc/REST/SearchByNameAndZipCode?publisherId=advicelocal&apiKey=j1HjHeMQ&jbId=3828&businessName=Gina%27s+Pizza&zipCode=92663",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/judysbook.png",
                            "enclosure": "class",
+
                        "found": true,
                            "enctype": "class",
+
                        "score": 94,
                            "noproxy": true
+
                        "type": "directory",
                         },
+
                        "date": "2021-01-06T21:24:43.000Z",
                         "title": "Rubino's Pizza",
+
                        "link": "https://www.judysbook.com/Kellys-Art-Shack-Art-Studios-mckinney-tx-r39944456.htm",
                         "tech": "false",
+
                         "name": "Kelly’s Art Shack",
 +
                         "address": "312 East Cloyd Street, McKinney, TX 75069",
 +
                         "phone": "2149358891",
 
                         "nap": {
 
                         "nap": {
                             "nap": {
+
                             "name": 82,
                                "name": "Rubino's Pizza",
+
                            "address": 100,
                                "address": "3138 W Balboa Blvd, Newport Beach CA 92663",
+
                            "phone": 100
                                "phone": "(949) 673-8063",
+
                         }
                                "n": {
 
                                    "percentage": 73
 
                                },
 
                                "a": {
 
                                    "percentage": 94
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 76
 
                         },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "https://www.judysbook.com/Sabatinos-Sausage-Pizza-Co-Restaurants-newportbeach-r28020109.htm",
+
                         "product": "Localeze",
                         "methods": {
+
                         "directory": "localeze",
                            "url": "https://api.judysbook.com/API_3/API_3fw.svc/REST/SearchByNameAndZipCode?publisherId=advicelocal&apiKey=j1HjHeMQ&jbId=3828&businessName=Gina%27s+Pizza&zipCode=92663",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/localeze.png",
                            "enclosure": "class",
+
                        "found": true,
                            "enctype": "class",
+
                        "score": 93,
                            "noproxy": true
+
                        "type": "aggregator",
                         },
+
                        "date": "2021-01-06T21:24:42.000Z",
                         "title": "Sabatino's Sausage & Pizza Co",
+
                         "link": "https://www.neustarlocaleze.biz/directory/us/tx/mckinney/kellys-art-shack/906054103/",
                         "tech": "false",
+
                         "name": "Kelly's Art Shack",
 +
                         "address": "312 Cloyd St, Mckinney, TX, 75069",
 +
                        "phone": "(214) 935-8891",
 
                         "nap": {
 
                         "nap": {
                             "nap": {
+
                             "name": 82,
                                "name": "Sabatino's Sausage & Pizza Co",
+
                            "address": 96,
                                "address": "251 Shipyard Way # D, Newport Beach CA 92663",
+
                            "phone": 100
                                "phone": "(949) 723-0621",
+
                         }
                                "n": {
 
                                    "percentage": 58
 
                                },
 
                                "a": {
 
                                    "percentage": 73
 
                                },
 
                                "p": {
 
                                    "percentage": 80
 
                                }
 
                            },
 
                            "score": 70
 
                         },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "https://www.judysbook.com/Zpizza-Restaurants-newportbeach-r28020121.htm",
+
                         "product": "Localmint",
                         "methods": {
+
                        "type": "directory",
                            "url": "https://api.judysbook.com/API_3/API_3fw.svc/REST/SearchByNameAndZipCode?publisherId=advicelocal&apiKey=j1HjHeMQ&jbId=3828&businessName=Gina%27s+Pizza&zipCode=92663",
+
                         "directory": "localmint",
                            "enclosure": "class",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/localmint.png",
                            "enctype": "class",
+
                         "found": false,
                            "noproxy": true
+
                         "date": "2021-01-06T21:24:44.000Z"
                        },
 
                        "title": "Zpizza",
 
                         "tech": "false",
 
                         "nap": {
 
                            "nap": {
 
                                "name": "Zpizza",
 
                                "address": "3423 Via Lido, Newport Beach CA 92663",
 
                                "phone": "(949) 723-0707",
 
                                "n": {
 
                                    "percentage": 63
 
                                },
 
                                "a": {
 
                                    "percentage": 86
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 70
 
                        },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "https://www.judysbook.com/Perrys-Pizza-Restaurants-newportbeach-r28020087.htm",
+
                         "product": "Localstack",
                         "methods": {
+
                         "directory": "localstack",
                            "url": "https://api.judysbook.com/API_3/API_3fw.svc/REST/SearchByNameAndZipCode?publisherId=advicelocal&apiKey=j1HjHeMQ&jbId=3828&businessName=Gina%27s+Pizza&zipCode=92663",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/localstack.png",
                            "enclosure": "class",
+
                        "found": true,
                            "enctype": "class",
+
                        "score": 94,
                            "noproxy": true
+
                        "type": "directory",
                         },
+
                        "date": "2021-01-06T21:24:43.000Z",
                         "title": "Perry's Pizza",
+
                        "link": "https://localstack.com/biz/kellys-art-shack-mckinney-tx/3568539",
                         "tech": "false",
+
                         "name": "Kellys Art Shack",
 +
                         "address": "312 East Cloyd Street, McKinney, TX 75069",
 +
                         "phone": "(214) 935-8891",
 
                         "nap": {
 
                         "nap": {
                             "nap": {
+
                             "name": 82,
                                "name": "Perry's Pizza",
+
                            "address": 100,
                                "address": "2108 3/4 W Oceanfront, Newport Beach CA 92663",
+
                            "phone": 100
                                "phone": "(949) 673-1366",
+
                         }
                                "n": {
 
                                    "percentage": 57
 
                                },
 
                                "a": {
 
                                    "percentage": 75
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 64
 
                         },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "https://www.judysbook.com/Marios-Pizza-Taste-Of-Italy-Restaurants-newportbeach-r30336581.htm",
+
                         "product": "Merchantcircle",
                         "methods": {
+
                         "directory": "merchantcircle",
                            "url": "https://api.judysbook.com/API_3/API_3fw.svc/REST/SearchByNameAndZipCode?publisherId=advicelocal&apiKey=j1HjHeMQ&jbId=3828&businessName=Gina%27s+Pizza&zipCode=92663",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/merchantcircle.png",
                            "enclosure": "class",
+
                        "found": true,
                            "enctype": "class",
+
                        "score": 94,
                            "noproxy": true
+
                        "type": "directory",
                         },
+
                        "date": "2021-01-06T21:24:50.000Z",
                         "title": "Mario's Pizza Taste Of Italy",
+
                         "link": "https://www.merchantcircle.com/kelly-s-art-shack-mckinney-tx",
                         "tech": "false",
+
                         "name": "Kelly's Art Shack",
 +
                         "address": "312 East Cloyd Street, McKinney, TX, 75069",
 +
                        "phone": "214-935-8891",
 
                         "nap": {
 
                         "nap": {
                             "nap": {
+
                             "name": 82,
                                "name": "Mario's Pizza Taste Of Italy",
+
                            "address": 100,
                                "address": "4507 W Coast Hwy, Newport Beach CA 92663",
+
                            "phone": 100
                                "phone": "(949) 722-7151",
+
                         }
                                "n": {
 
                                    "percentage": 42
 
                                },
 
                                "a": {
 
                                    "percentage": 80
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 61
 
                         },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "https://www.judysbook.com/Sabatinos-Restaurants-newportbeach-r28020110.htm",
+
                         "product": "N49",
                         "methods": {
+
                        "type": "directory",
                            "url": "https://api.judysbook.com/API_3/API_3fw.svc/REST/SearchByNameAndZipCode?publisherId=advicelocal&apiKey=j1HjHeMQ&jbId=3828&businessName=Gina%27s+Pizza&zipCode=92663",
+
                         "directory": "n49",
                            "enclosure": "class",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/n49.png",
                            "enctype": "class",
+
                         "found": false,
                            "noproxy": true
+
                         "date": "2021-01-06T21:24:41.000Z"
                        },
 
                        "title": "Sabatino's",
 
                         "tech": "false",
 
                         "nap": {
 
                            "nap": {
 
                                "name": "Sabatino's",
 
                                "address": "251 Shipyard Way Ste D, Newport Beach CA 92663",
 
                                "phone": "(949) 723-0645",
 
                                "n": {
 
                                    "percentage": 32
 
                                },
 
                                "a": {
 
                                    "percentage": 73
 
                                },
 
                                "p": {
 
                                    "percentage": 70
 
                                }
 
                            },
 
                            "score": 58
 
                        },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "https://www.judysbook.com/Pizzeria-Mozza-Restaurants-newportbeach-r37834869.htm",
+
                         "product": "Opendi",
                         "methods": {
+
                        "type": "directory",
                            "url": "https://api.judysbook.com/API_3/API_3fw.svc/REST/SearchByNameAndZipCode?publisherId=advicelocal&apiKey=j1HjHeMQ&jbId=3828&businessName=Gina%27s+Pizza&zipCode=92663",
+
                         "directory": "opendi",
                            "enclosure": "class",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/opendi.png",
                            "enctype": "class",
+
                         "found": false,
                            "noproxy": true
+
                         "date": "2021-01-06T21:24:59.000Z"
                        },
 
                        "title": "Pizzeria Mozza",
 
                         "tech": "false",
 
                         "nap": {
 
                            "nap": {
 
                                "name": "Pizzeria Mozza",
 
                                "address": "800 W Coast Hwy, Newport Beach CA 92663",
 
                                "phone": "(949) 945-1126",
 
                                "n": {
 
                                    "percentage": 43
 
                                },
 
                                "a": {
 
                                    "percentage": 78
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 57
 
                        },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "https://www.judysbook.com/Laventinas-Big-Cheese-Pizza-Pizza-Restaurants-newportbeach-r38968833.htm",
+
                         "product": "Showmelocal",
                         "methods": {
+
                         "directory": "showmelocal",
                            "url": "https://api.judysbook.com/API_3/API_3fw.svc/REST/SearchByNameAndZipCode?publisherId=advicelocal&apiKey=j1HjHeMQ&jbId=3828&businessName=Gina%27s+Pizza&zipCode=92663",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/showmelocal.png",
                            "enclosure": "class",
+
                        "found": true,
                            "enctype": "class",
+
                        "score": 94,
                            "noproxy": true
+
                        "type": "directory",
                         },
+
                        "date": "2021-01-06T21:24:50.000Z",
                         "title": "Laventinas Big Cheese Pizza",
+
                        "link": "https://www.showmelocal.com/profile.aspx?bid=23095653",
                         "tech": "false",
+
                         "name": "Kelly's Art Shack",
 +
                         "address": "312 East Cloyd Street, Mckinney, TX, 75069",
 +
                         "phone": "(214)935-8891",
 
                         "nap": {
 
                         "nap": {
                             "nap": {
+
                             "name": 82,
                                "name": "Laventinas Big Cheese Pizza",
+
                            "address": 100,
                                "address": "2819 Newport Blvd, Newport Beach CA 92663",
+
                            "phone": 100
                                "phone": "(949) 675-1980",
+
                         }
                                "n": {
 
                                    "percentage": 53
 
                                },
 
                                "a": {
 
                                    "percentage": 76
 
                                },
 
                                "p": {
 
                                    "percentage": 40
 
                                }
 
                            },
 
                            "score": 56
 
                         },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "https://www.judysbook.com/Laventinas-Big-Cheese-Pizza-Restaurants-newportbeach-r39196087.htm",
+
                         "product": "Sitecards",
                         "methods": {
+
                        "type": "directory",
                            "url": "https://api.judysbook.com/API_3/API_3fw.svc/REST/SearchByNameAndZipCode?publisherId=advicelocal&apiKey=j1HjHeMQ&jbId=3828&businessName=Gina%27s+Pizza&zipCode=92663",
+
                         "directory": "sitecards",
                            "enclosure": "class",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/sitecards.png",
                            "enctype": "class",
+
                         "found": false,
                            "noproxy": true
+
                         "date": "2021-01-06T21:24:50.000Z"
                        },
 
                        "title": "Laventina's Big Cheese Pizza",
 
                         "tech": "false",
 
                         "nap": {
 
                            "nap": {
 
                                "name": "Laventina's Big Cheese Pizza",
 
                                "address": "2819 Newport Boulevard, Newport Beach CA 92663",
 
                                "phone": "(949) 675-1980",
 
                                "n": {
 
                                    "percentage": 53
 
                                },
 
                                "a": {
 
                                    "percentage": 76
 
                                },
 
                                "p": {
 
                                    "percentage": 40
 
                                }
 
                            },
 
                            "score": 56
 
                        },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "https://www.judysbook.com/Laventinas-Big-Cheese-Pizza-Restaurants-newportbeach-r39150654.htm",
+
                         "product": "Superpages",
                         "methods": {
+
                        "type": "directory",
                            "url": "https://api.judysbook.com/API_3/API_3fw.svc/REST/SearchByNameAndZipCode?publisherId=advicelocal&apiKey=j1HjHeMQ&jbId=3828&businessName=Gina%27s+Pizza&zipCode=92663",
+
                         "directory": "superpages",
                            "enclosure": "class",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/superpages.png",
                            "enctype": "class",
+
                         "found": false,
                            "noproxy": true
+
                         "date": "2021-01-06T21:24:48.000Z"
                        },
 
                        "title": "Laventina's Big Cheese Pizza",
 
                         "tech": "false",
 
                         "nap": {
 
                            "nap": {
 
                                "name": "Laventina's Big Cheese Pizza",
 
                                "address": "2819 Newport Boulevard, Newport Beach CA 92663",
 
                                "phone": "(949) 675-1980",
 
                                "n": {
 
                                    "percentage": 53
 
                                },
 
                                "a": {
 
                                    "percentage": 76
 
                                },
 
                                "p": {
 
                                    "percentage": 40
 
                                }
 
                            },
 
                            "score": 56
 
                        },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "https://www.judysbook.com/Laventinas-Big-Cheese-Pizza-Coffee-Shops-newportbeach-r39172214.htm",
+
                         "product": "Tupalo",
                         "methods": {
+
                        "type": "directory",
                            "url": "https://api.judysbook.com/API_3/API_3fw.svc/REST/SearchByNameAndZipCode?publisherId=advicelocal&apiKey=j1HjHeMQ&jbId=3828&businessName=Gina%27s+Pizza&zipCode=92663",
+
                         "directory": "tupalo",
                            "enclosure": "class",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/tupalo.png",
                            "enctype": "class",
+
                         "found": false,
                            "noproxy": true
+
                         "date": "2021-01-06T21:24:43.000Z"
                        },
 
                        "title": "Laventina's Big Cheese Pizza",
 
                         "tech": "false",
 
                         "nap": {
 
                            "nap": {
 
                                "name": "Laventina's Big Cheese Pizza",
 
                                "address": "2819 Newport Boulevard, Newport Beach CA 92663",
 
                                "phone": "(949) 675-1980",
 
                                "n": {
 
                                    "percentage": 53
 
                                },
 
                                "a": {
 
                                    "percentage": 76
 
                                },
 
                                "p": {
 
                                    "percentage": 40
 
                                }
 
                            },
 
                            "score": 56
 
                        },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "https://www.judysbook.com/Laventinas-Big-Cheese-Pizza-Restaurants-newportbeach-r39207479.htm",
+
                         "product": "Uscity",
                         "methods": {
+
                        "type": "directory",
                            "url": "https://api.judysbook.com/API_3/API_3fw.svc/REST/SearchByNameAndZipCode?publisherId=advicelocal&apiKey=j1HjHeMQ&jbId=3828&businessName=Gina%27s+Pizza&zipCode=92663",
+
                         "directory": "uscity",
                            "enclosure": "class",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/uscity.png",
                            "enctype": "class",
+
                         "found": false,
                            "noproxy": true
+
                         "date": "2021-01-06T21:24:42.000Z"
                        },
 
                        "title": "Laventina's Big Cheese Pizza",
 
                         "tech": "false",
 
                         "nap": {
 
                            "nap": {
 
                                "name": "Laventina's Big Cheese Pizza",
 
                                "address": "2819 Newport Boulevard, Newport Beach CA 92663",
 
                                "phone": "(949) 675-1980",
 
                                "n": {
 
                                    "percentage": 53
 
                                },
 
                                "a": {
 
                                    "percentage": 76
 
                                },
 
                                "p": {
 
                                    "percentage": 40
 
                                }
 
                            },
 
                            "score": 56
 
                        },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "https://www.judysbook.com/Laventinas-Big-Cheese-Pizza-Restaurants-newportbeach-r39261279.htm",
+
                         "product": "Verizon411",
                         "methods": {
+
                        "type": "ftp",
                            "url": "https://api.judysbook.com/API_3/API_3fw.svc/REST/SearchByNameAndZipCode?publisherId=advicelocal&apiKey=j1HjHeMQ&jbId=3828&businessName=Gina%27s+Pizza&zipCode=92663",
+
                         "directory": "verizon411",
                            "enclosure": "class",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/verizon411.png",
                            "enctype": "class",
+
                         "found": false,
                            "noproxy": true
+
                         "date": "2021-01-06T21:24:42.000Z"
                        },
 
                        "title": "Laventina's Big Cheese Pizza",
 
                         "tech": "false",
 
                         "nap": {
 
                            "nap": {
 
                                "name": "Laventina's Big Cheese Pizza",
 
                                "address": "2819 Newport Boulevard, Newport Beach CA 92663",
 
                                "phone": "(949) 675-1980",
 
                                "n": {
 
                                    "percentage": 53
 
                                },
 
                                "a": {
 
                                    "percentage": 76
 
                                },
 
                                "p": {
 
                                    "percentage": 40
 
                                }
 
                            },
 
                            "score": 56
 
                        },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "https://www.judysbook.com/Laventinas-Big-Cheese-Pizza-Restaurants-newportbeach-r39280442.htm",
+
                         "product": "Whereto",
                         "methods": {
+
                        "type": "directory",
                            "url": "https://api.judysbook.com/API_3/API_3fw.svc/REST/SearchByNameAndZipCode?publisherId=advicelocal&apiKey=j1HjHeMQ&jbId=3828&businessName=Gina%27s+Pizza&zipCode=92663",
+
                         "directory": "whereto",
                            "enclosure": "class",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/whereto.png",
                            "enctype": "class",
+
                         "found": false,
                            "noproxy": true
+
                         "date": "2021-01-06T21:24:42.000Z"
                        },
 
                        "title": "Laventina's Big Cheese Pizza",
 
                         "tech": "false",
 
                         "nap": {
 
                            "nap": {
 
                                "name": "Laventina's Big Cheese Pizza",
 
                                "address": "2819 Newport Boulevard, Newport Beach CA 92663",
 
                                "phone": "(949) 675-1980",
 
                                "n": {
 
                                    "percentage": 53
 
                                },
 
                                "a": {
 
                                    "percentage": 76
 
                                },
 
                                "p": {
 
                                    "percentage": 40
 
                                }
 
                            },
 
                            "score": 56
 
                        },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "https://www.judysbook.com/Laventinas-Big-Cheese-Pizza-Restaurants-newportbeach-r39292349.htm",
+
                         "product": "Wherezit",
                         "methods": {
+
                        "type": "directory",
                            "url": "https://api.judysbook.com/API_3/API_3fw.svc/REST/SearchByNameAndZipCode?publisherId=advicelocal&apiKey=j1HjHeMQ&jbId=3828&businessName=Gina%27s+Pizza&zipCode=92663",
+
                         "directory": "wherezit",
                            "enclosure": "class",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/wherezit.png",
                            "enctype": "class",
+
                         "found": false,
                            "noproxy": true
+
                         "date": "2021-01-06T21:24:41.000Z"
                        },
 
                        "title": "Laventina's Big Cheese Pizza",
 
                         "tech": "false",
 
                         "nap": {
 
                            "nap": {
 
                                "name": "Laventina's Big Cheese Pizza",
 
                                "address": "2819 Newport Boulevard, Newport Beach CA 92663",
 
                                "phone": "(949) 675-1980",
 
                                "n": {
 
                                    "percentage": 53
 
                                },
 
                                "a": {
 
                                    "percentage": 76
 
                                },
 
                                "p": {
 
                                    "percentage": 40
 
                                }
 
                            },
 
                            "score": 56
 
                        },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "https://www.judysbook.com/Laventinas-Big-Cheese-Pizza-Restaurants-newportbeach-r39330713.htm",
+
                         "product": "Yasabe",
                         "methods": {
+
                         "directory": "yasabe",
                            "url": "https://api.judysbook.com/API_3/API_3fw.svc/REST/SearchByNameAndZipCode?publisherId=advicelocal&apiKey=j1HjHeMQ&jbId=3828&businessName=Gina%27s+Pizza&zipCode=92663",
+
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/yasabe.png",
                            "enclosure": "class",
+
                        "found": true,
                            "enctype": "class",
+
                        "score": 86,
                            "noproxy": true
+
                        "type": "directory",
                         },
+
                        "date": "2021-01-06T21:24:42.000Z",
                         "title": "Laventina's Big Cheese Pizza",
+
                        "link": "https://www.dev.yasabe.com/en/mckinney-tx/d-1000000963797-kellys-art-shack.html",
                         "tech": "false",
+
                         "name": "Kellys Art Shack",
 +
                         "address": "312 East Cloyd Street, McKinney, TX",
 +
                         "phone": "(214)-935-8891",
 
                         "nap": {
 
                         "nap": {
                             "nap": {
+
                             "name": 82,
                                "name": "Laventina's Big Cheese Pizza",
+
                            "address": 75,
                                "address": "2819 Newport Boulevard, Newport Beach CA 92663",
+
                             "phone": 100
                                "phone": "(949) 675-1980",
+
                         }
                                "n": {
 
                                    "percentage": 53
 
                                },
 
                                "a": {
 
                                    "percentage": 76
 
                                },
 
                                "p": {
 
                                    "percentage": 40
 
                                }
 
                            },
 
                            "score": 56
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "https://www.judysbook.com/KOKORO-COUNTRY-HOUSES-Pizza-Restaurants-newportbeach-r28039693.htm",
 
                        "methods": {
 
                            "url": "https://api.judysbook.com/API_3/API_3fw.svc/REST/SearchByNameAndZipCode?publisherId=advicelocal&apiKey=j1HjHeMQ&jbId=3828&businessName=Gina%27s+Pizza&zipCode=92663",
 
                            "enclosure": "class",
 
                            "enctype": "class",
 
                             "noproxy": true
 
                        },
 
                        "title": "KOKORO COUNTRY HOUSES",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "KOKORO COUNTRY HOUSES",
 
                                "address": "881 Dover Dr Ste 310, Newport Beach CA 92663",
 
                                "phone": "(949) 642-7766",
 
                                "n": {
 
                                    "percentage": 14
 
                                },
 
                                "a": {
 
                                    "percentage": 76
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 47
 
                         },
 
                        "fulfillment": false
 
 
                     }
 
                     }
                 ]
+
                 ],
            },
+
                 "voice": [
            "results": "true",
 
            "errors": "false",
 
            "score": 77,
 
            "id": 52444632,
 
            "batch": "320192620171213",
 
            "createdAt": "2017-12-13T22:07:57.000Z",
 
            "directory": "judysbook",
 
            "elapsedTime": 2192
 
        },
 
        {
 
            "client": 3201926,
 
            "partner": 7,
 
            "data": {
 
                 "dirName": "Brownbook",
 
                "dirHandle": "brownbook",
 
                "dirQuery": "https://www.google.com/search?q=site%3Abrownbook.net+Gina%27s+Pizza+3142+w+balboa+%22%28949%29+723-4462%22&ie=utf-8&hl=en&as_qdr=all&aq=t&rls=org:mozilla:us:official&client=firefox&num=1&filter=1&nojs=1",
 
                "results": 0
 
            },
 
            "results": "false",
 
            "errors": "false",
 
            "score": 0,
 
            "id": 52444633,
 
            "batch": "320192620171213",
 
            "createdAt": "2017-12-13T22:07:58.000Z",
 
            "directory": "brownbook",
 
            "elapsedTime": 3588
 
        },
 
        {
 
            "client": 3201926,
 
            "partner": 7,
 
            "data": {
 
                "dirName": "Oneyellow",
 
                "dirHandle": "oneyellow",
 
                "dirQuery": "https://www.google.com/search?q=site%3Awww.oneyellow.com%2FFAQadd.aspx+Gina%27s+Pizza+3142+w+balboa+%22%28949%29+723-4462%22+Newport+Beach&ie=utf-8&hl=en&as_qdr=all&aq=t&rls=org:mozilla:us:official&client=firefox&num=1&filter=1&nojs=1",
 
                "results": 0
 
            },
 
            "results": "false",
 
            "errors": "false",
 
            "score": 0,
 
            "id": 52444634,
 
            "batch": "320192620171213",
 
            "createdAt": "2017-12-13T22:07:58.000Z",
 
            "directory": "oneyellow",
 
            "elapsedTime": 1910
 
        },
 
        {
 
            "client": 3201926,
 
            "partner": 7,
 
            "data": {
 
                "dirName": "Cylexusa",
 
                "dirHandle": "cylexusa",
 
                "dirQuery": "http://www.cylex-usa.com/s?q=gina%27s+pizza&c=newport+beach&z=&p=1&dst=&sUrl=&cUrl=",
 
                "results": 1,
 
                "result": [
 
                    {
 
                        "link": "https://newport-beach.cylex-usa.com/company/gina's-pizza-22336881.html",
 
                        "methods": {
 
                            "url": "http://www.cylex-usa.com/s?q=gina%27s+pizza&c=newport+beach&z=&p=1&dst=&sUrl=&cUrl=",
 
                            "enclosure": "listView",
 
                            "enctype": "id"
 
                        },
 
                        "title": "GINA'S PIZZA",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "GINA'S PIZZA",
 
                                "address": "309 PALM ST, Newport Beach, California, 92660",
 
                                "phone": "(949) 673-8516",
 
                                "n": {
 
                                    "percentage": 100
 
                                },
 
                                "a": {
 
                                    "percentage": 77
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 79
 
                        },
 
                        "fulfillment": false
 
                    }
 
                ]
 
            },
 
            "results": "true",
 
            "errors": "false",
 
            "score": 79,
 
            "id": 52444635,
 
            "batch": "320192620171213",
 
            "createdAt": "2017-12-13T22:07:58.000Z",
 
            "directory": "cylexusa",
 
            "elapsedTime": 2984
 
        },
 
        {
 
            "client": 3201926,
 
            "partner": 7,
 
            "data": {
 
                "dirName": "Dexknows",
 
                "dirHandle": "dexknows",
 
                "dirQuery": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
 
                "results": 30,
 
                "result": [
 
                    {
 
                        "link": "https://www.dexknows.com/business_profiles/gina_s_pizza_and_pastaria-l900624431",
 
                        "methods": {
 
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
 
                            "enclosure": "listingsMain",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Gina's Pizza & Pastaria",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Gina's Pizza & Pastaria",
 
                                "address": "3142 W Balboa Blvd,  Newport Beach,   CA 92663",
 
                                "phone": "(949) 723-4462",
 
                                "n": {
 
                                    "percentage": 71
 
                                },
 
                                "a": {
 
                                    "percentage": 100
 
                                },
 
                                "p": {
 
                                    "percentage": 100
 
                                }
 
                            },
 
                            "score": 90
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "https://www.dexknows.com/business_profiles/azars_pizza-l911442296",
 
                        "methods": {
 
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
 
                            "enclosure": "listingsMain",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Azars Pizza",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Azars Pizza",
 
                                "address": "309 Palm St,  Newport Beach,   CA 92661",
 
                                "phone": "(949) 673-8516",
 
                                "n": {
 
                                    "percentage": 70
 
                                },
 
                                "a": {
 
                                    "percentage": 77
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 69
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "https://www.dexknows.com/business_profiles/pizza_bar-l2712634461",
 
                        "methods": {
 
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
 
                            "enclosure": "listingsMain",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Pizza Bar",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Pizza Bar",
 
                                "address": "2201 W Balboa Blvd,  Newport Beach,   CA 92663",
 
                                "phone": "(949) 270-6310",
 
                                "n": {
 
                                    "percentage": 56
 
                                },
 
                                "a": {
 
                                    "percentage": 91
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 66
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "https://www.dexknows.com/business_profiles/papa_john_s_pizza-l2409857605",
 
                        "methods": {
 
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
 
                            "enclosure": "listingsMain",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Papa John's Pizza",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Papa John's Pizza",
 
                                "address": "1401 Quail St,  Newport Beach,   CA 92660",
 
                                "phone": "(949) 474-8282",
 
                                "n": {
 
                                    "percentage": 58
 
                                },
 
                                "a": {
 
                                    "percentage": 78
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 65
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "https://www.dexknows.com/business_profiles/sabatino_s_sausage_and_pizza_co-l2337669442",
 
                        "methods": {
 
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
 
                            "enclosure": "listingsMain",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Sabatino's Sausage And Pizza Co",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Sabatino's Sausage And Pizza Co",
 
                                "address": "406 32nd St,  Newport Beach,   CA 92663",
 
                                "phone": "(949) 723-1930",
 
                                "n": {
 
                                    "percentage": 58
 
                                },
 
                                "a": {
 
                                    "percentage": 77
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 65
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "https://www.dexknows.com/business_profiles/new_jersey_s_pizza-l2190563012",
 
                        "methods": {
 
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
 
                            "enclosure": "listingsMain",
 
                            "enctype": "id"
 
                        },
 
                        "title": "New Jersey's Pizza",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "New Jersey's Pizza",
 
                                "address": "3305 Newport Blvd,  Newport Beach,   CA 92663",
 
                                "phone": "(949) 723-0505",
 
                                "n": {
 
                                    "percentage": 56
 
                                },
 
                                "a": {
 
                                    "percentage": 76
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 64
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "https://www.dexknows.com/business_profiles/pizza_nova-l2517628878",
 
                        "methods": {
 
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
 
                            "enclosure": "listingsMain",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Pizza Nova",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Pizza Nova",
 
                                "address": "2601 W Coast Hwy,  Newport Beach,   CA 92663",
 
                                "phone": "(949) 574-4099",
 
                                "n": {
 
                                    "percentage": 53
 
                                },
 
                                "a": {
 
                                    "percentage": 80
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 64
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "https://www.dexknows.com/business_profiles/cruisers_pizza_bar_grill_llc-l2712493040",
 
                        "methods": {
 
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
 
                            "enclosure": "listingsMain",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Cruisers Pizza Bar Grill LLC",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Cruisers Pizza Bar Grill LLC",
 
                                "address": "801 E Balboa Blvd,  Newport Beach,   CA 92661",
 
                                "phone": "(949) 220-9414",
 
                                "n": {
 
                                    "percentage": 45
 
                                },
 
                                "a": {
 
                                    "percentage": 86
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 64
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "https://www.dexknows.com/business_profiles/perry_s_pizza-l902056111",
 
                        "methods": {
 
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
 
                            "enclosure": "listingsMain",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Perry's Pizza",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Perry's Pizza",
 
                                "address": "2108 3/4 W Oceanfront,  Newport Beach,   CA 92663",
 
                                "phone": "(949) 673-1366",
 
                                "n": {
 
                                    "percentage": 57
 
                                },
 
                                "a": {
 
                                    "percentage": 75
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 64
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "https://www.dexknows.com/business_profiles/hotties_pizza-l2476425835",
 
                        "methods": {
 
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
 
                            "enclosure": "listingsMain",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Hotties Pizza",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Hotties Pizza",
 
                                "address": "325 Old Newport Blvd,  Newport Beach,   CA 92663",
 
                                "phone": "(949) 650-6205",
 
                                "n": {
 
                                    "percentage": 64
 
                                },
 
                                "a": {
 
                                    "percentage": 76
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 63
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "https://www.dexknows.com/business_profiles/z_pizza-l909348849",
 
                        "methods": {
 
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
 
                            "enclosure": "listingsMain",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Z Pizza",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Z Pizza",
 
                                "address": "2549 Eastbluff Dr,  Newport Beach,   CA 92660",
 
                                "phone": "(949) 760-3100",
 
                                "n": {
 
                                    "percentage": 63
 
                                },
 
                                "a": {
 
                                    "percentage": 71
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 61
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "https://www.dexknows.com/business_profiles/z_pizza-l910233227",
 
                        "methods": {
 
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
 
                            "enclosure": "listingsMain",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Z Pizza",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Z Pizza",
 
                                "address": "1616 San Miguel Dr,  Newport Beach,   CA 92660",
 
                                "phone": "(949) 219-9939",
 
                                "n": {
 
                                    "percentage": 63
 
                                },
 
                                "a": {
 
                                    "percentage": 71
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 61
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "https://www.dexknows.com/business_profiles/blaze_pizza-l0526964552",
 
                        "methods": {
 
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
 
                            "enclosure": "listingsMain",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Blaze Pizza",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Blaze Pizza",
 
                                "address": "1091 Newport Center Dr,  Newport Beach,   CA 92660",
 
                                "phone": "(949) 706-0160",
 
                                "n": {
 
                                    "percentage": 60
 
                                },
 
                                "a": {
 
                                    "percentage": 73
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 61
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "https://www.dexknows.com/business_profiles/del_perro_negro_pizza-l2555770623",
 
                        "methods": {
 
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
 
                            "enclosure": "listingsMain",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Del Perro Negro Pizza",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Del Perro Negro Pizza",
 
                                "address": "2233 W Balboa Blvd,  Newport Beach,   CA 92663",
 
                                "phone": "(949) 873-5190",
 
                                "n": {
 
                                    "percentage": 43
 
                                },
 
                                "a": {
 
                                    "percentage": 91
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 61
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "https://www.dexknows.com/business_profiles/zpizza___lido_island-l904839114",
 
                        "methods": {
 
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
 
                            "enclosure": "listingsMain",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Zpizza - Lido Island",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Zpizza - Lido Island",
 
                                "address": "3423 Via Lido,  Newport Beach,   CA 92663",
 
                                "phone": "(949) 723-0707",
 
                                "n": {
 
                                    "percentage": 38
 
                                },
 
                                "a": {
 
                                    "percentage": 86
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 61
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "https://www.dexknows.com/business_profiles/first_class_pizza-l911293982",
 
                        "methods": {
 
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
 
                            "enclosure": "listingsMain",
 
                            "enctype": "id"
 
                        },
 
                        "title": "First Class Pizza",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "First Class Pizza",
 
                                "address": "21117 Newport Coast Dr,  Newport Beach,   CA 92657",
 
                                "phone": "(949) 644-5888",
 
                                "n": {
 
                                    "percentage": 64
 
                                },
 
                                "a": {
 
                                    "percentage": 67
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 60
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "https://www.dexknows.com/business_profiles/pizza_hut-l909056872",
 
                        "methods": {
 
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
 
                            "enclosure": "listingsMain",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Pizza Hut",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Pizza Hut",
 
                                "address": "3601 Jamboree Rd,  Newport Beach,   CA 92660",
 
                                "phone": "(949) 263-1700",
 
                                "n": {
 
                                    "percentage": 56
 
                                },
 
                                "a": {
 
                                    "percentage": 78
 
                                },
 
                                "p": {
 
                                    "percentage": 40
 
                                }
 
                            },
 
                            "score": 58
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "https://www.dexknows.com/business_profiles/california_pizza_kitchen-l0019415851",
 
                        "methods": {
 
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
 
                            "enclosure": "listingsMain",
 
                            "enctype": "id"
 
                        },
 
                        "title": "California Pizza Kitchen",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "California Pizza Kitchen",
 
                                "address": "1151 Newport Center Dr,  Newport Beach,   CA 92660",
 
                                "phone": "(949) 759-5543",
 
                                "n": {
 
                                    "percentage": 50
 
                                },
 
                                "a": {
 
                                    "percentage": 73
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 58
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "https://www.dexknows.com/business_profiles/johnny_s_real_new_york_pizza-l2448077160",
 
                        "methods": {
 
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
 
                            "enclosure": "listingsMain",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Johnny's Real New York Pizza",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Johnny's Real New York Pizza",
 
                                "address": "1320 Bison Ave,  Newport Beach,   CA 92660",
 
                                "phone": "(949) 718-1337",
 
                                "n": {
 
                                    "percentage": 42
 
                                },
 
                                "a": {
 
                                    "percentage": 78
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 57
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "https://www.dexknows.com/business_profiles/laventina_s_big_cheese_pizza-l0099606966",
 
                        "methods": {
 
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
 
                            "enclosure": "listingsMain",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Laventina's Big Cheese Pizza",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Laventina's Big Cheese Pizza",
 
                                "address": "2819 Newport Boulevard,  Newport Beach,   CA 92663",
 
                                "phone": "(949) 675-1980",
 
                                "n": {
 
                                    "percentage": 53
 
                                },
 
                                "a": {
 
                                    "percentage": 76
 
                                },
 
                                "p": {
 
                                    "percentage": 40
 
                                }
 
                            },
 
                            "score": 56
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "https://www.dexknows.com/business_profiles/patty_macs-l0526661747",
 
                        "methods": {
 
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
 
                            "enclosure": "listingsMain",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Patty Macs",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Patty Macs",
 
                                "address": "209 1/2 Palm St,  Newport Beach,   CA 92661",
 
                                "phone": "(949) 675-3620",
 
                                "n": {
 
                                    "percentage": 21
 
                                },
 
                                "a": {
 
                                    "percentage": 78
 
                                },
 
                                "p": {
 
                                    "percentage": 70
 
                                }
 
                            },
 
                            "score": 56
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "https://www.dexknows.com/business_profiles/the_pizza_bakery-l910529917",
 
                        "methods": {
 
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
 
                            "enclosure": "listingsMain",
 
                            "enctype": "id"
 
                        },
 
                        "title": "The Pizza Bakery",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "The Pizza Bakery",
 
                                "address": "1741 Westcliff Dr,  Newport Beach,   CA 92660",
 
                                "phone": "(949) 335-3735",
 
                                "n": {
 
                                    "percentage": 42
 
                                },
 
                                "a": {
 
                                    "percentage": 74
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 55
 
                        },
 
                        "fulfillment": false
 
                    },
 
 
                     {
 
                     {
                         "link": "https://www.dexknows.com/business_profiles/new_york_style_pizza-l906144351",
+
                         "device": "google",
                         "methods": {
+
                         "name": "Google Assistant",
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
+
                         "score": 100,
                            "enclosure": "listingsMain",
+
                         "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/google-home.png"
                            "enctype": "id"
 
                        },
 
                         "title": "New York Style Pizza",
 
                         "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "New York Style Pizza",
 
                                "address": "600 E Bay Ave,  Newport Beach,   CA 92661",
 
                                "phone": "(949) 675-7808",
 
                                "n": {
 
                                    "percentage": 52
 
                                },
 
                                "a": {
 
                                    "percentage": 74
 
                                },
 
                                "p": {
 
                                    "percentage": 40
 
                                }
 
                            },
 
                            "score": 55
 
                        },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "https://www.dexknows.com/business_profiles/zpizza_west_cliff_plaza-l2281140211",
+
                         "device": "siri",
                         "methods": {
+
                         "name": "Apple Siri",
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
+
                         "score": 0,
                            "enclosure": "listingsMain",
+
                         "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/Siri-logo.png"
                            "enctype": "id"
 
                        },
 
                         "title": "Zpizza West Cliff Plaza",
 
                         "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Zpizza West Cliff Plaza",
 
                                "address": "1124 Irvine Ave,  Newport Beach,   CA 92660",
 
                                "phone": "(949) 722-1330",
 
                                "n": {
 
                                    "percentage": 33
 
                                },
 
                                "a": {
 
                                    "percentage": 71
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 55
 
                        },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "https://www.dexknows.com/business_profiles/sgt_pepperoni_s_pizza_store-l2713318459",
+
                         "device": "bixby",
                         "methods": {
+
                         "name": "Samsung Bixby",
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
+
                         "score": 75,
                            "enclosure": "listingsMain",
+
                         "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/Bixby.png"
                            "enctype": "id"
 
                        },
 
                         "title": "Sgt Pepperoni's Pizza Store",
 
                         "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Sgt Pepperoni's Pizza Store",
 
                                "address": "2300 SE Bristol St,  Newport Beach,   CA 92660",
 
                                "phone": "(949) 852-9500",
 
                                "n": {
 
                                    "percentage": 48
 
                                },
 
                                "a": {
 
                                    "percentage": 71
 
                                },
 
                                "p": {
 
                                    "percentage": 40
 
                                }
 
                            },
 
                            "score": 53
 
                        },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "https://www.dexknows.com/business_profiles/pizza_petes_restaurant-l907240518",
+
                         "device": "alexa",
                         "methods": {
+
                         "name": "Amazon Alexa",
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
+
                         "score": 75,
                            "enclosure": "listingsMain",
+
                         "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/amazon-alexa.png"
                            "enctype": "id"
 
                        },
 
                         "title": "Pizza Petes Restaurant",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Pizza Petes Restaurant",
 
                                "address": "701 E Edgewater Ave,  Newport Beach,   CA 92661",
 
                                "phone": "(949) 675-4771",
 
                                "n": {
 
                                    "percentage": 33
 
                                },
 
                                "a": {
 
                                    "percentage": 71
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 51
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                         "link": "https://www.dexknows.com/business_profiles/the_cheesecake_factory-l909290775",
 
                        "methods": {
 
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
 
                            "enclosure": "listingsMain",
 
                            "enctype": "id"
 
                        },
 
                        "title": "The Cheesecake Factory",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "The Cheesecake Factory",
 
                                "address": "1141 Newport Center Dr,  Newport Beach,   CA 92660",
 
                                "phone": "(949) 720-8333",
 
                                "n": {
 
                                    "percentage": 13
 
                                },
 
                                "a": {
 
                                    "percentage": 76
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 50
 
                        },
 
                        "fulfillment": false
 
 
                     },
 
                     },
 
                     {
 
                     {
                         "link": "https://www.dexknows.com/business_profiles/z_pizza_newport_beach-l910880339",
+
                         "device": "cortana",
                         "methods": {
+
                         "name": "Microsoft Cortana",
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
+
                         "score": 75,
                            "enclosure": "listingsMain",
+
                         "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/cortana-logo.png"
                            "enctype": "id"
 
                        },
 
                        "title": "Z Pizza Newport Beach",
 
                         "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Z Pizza Newport Beach",
 
                                "address": "7956 E Coast Hwy,  Newport Beach,   CA 92657",
 
                                "phone": "(949) 715-1117",
 
                                "n": {
 
                                    "percentage": 36
 
                                },
 
                                "a": {
 
                                    "percentage": 68
 
                                },
 
                                "p": {
 
                                    "percentage": 40
 
                                }
 
                            },
 
                            "score": 48
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                         "link": "https://www.dexknows.com/business_profiles/bj_s_restaurant_and_brewhouse-l902334208",
 
                        "methods": {
 
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
 
                            "enclosure": "listingsMain",
 
                            "enctype": "id"
 
                        },
 
                        "title": "BJ'S Restaurant & Brewhouse",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "BJ'S Restaurant & Brewhouse",
 
                                "address": "106 Main St,  Newport Beach,   CA 92661",
 
                                "phone": "(949) 675-7560",
 
                                "n": {
 
                                    "percentage": 13
 
                                },
 
                                "a": {
 
                                    "percentage": 74
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 46
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "https://www.dexknows.com/business_profiles/round_table_pizza-l2002322971",
 
                        "methods": {
 
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
 
                            "enclosure": "listingsMain",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Round Table Pizza",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Round Table Pizza",
 
                                "address": "4551 Jamboree Rd,  Newport Beach,   CA 92660",
 
                                "phone": "(000) 000-0000",
 
                                "n": {
 
                                    "percentage": 56
 
                                },
 
                                "a": {
 
                                    "percentage": 75
 
                                },
 
                                "p": {
 
                                    "percentage": 0
 
                                }
 
                            },
 
                            "score": 44
 
                        },
 
                        "fulfillment": false
 
 
                     }
 
                     }
 
                 ]
 
                 ]
             },
+
             }
            "results": "true",
 
            "errors": "false",
 
            "score": 90,
 
            "id": 52444636,
 
            "batch": "320192620171213",
 
            "createdAt": "2017-12-13T22:07:58.000Z",
 
            "directory": "dexknows",
 
            "elapsedTime": 2954
 
 
         },
 
         },
 +
        "products": []
 +
    }
 +
}
 +
</syntaxhighlight>
 +
 +
== General Rollup Report ==
 +
This endpoint returned client rollup report averages, sum totals, and count.
 +
=== API Endpoint ===
 +
<syntaxhighlight lang="html">
 +
https://praxis.lssdev.com/api/v2/partner/{partner_id}/rollup/get-scores/
 +
</syntaxhighlight>
 +
 +
=== Example Request ===
 +
<syntaxhighlight lang="php">
 +
GET /api/v2/partner/{partner_id}/rollup/get-scores/ HTTP/1.1
 +
Host: praxis.lssdev.com
 +
x-api-token: YOUR_API_KEY
 +
Content-Type: application/json
 +
</syntaxhighlight>
 +
 +
=== Example Response ===
 +
<syntaxhighlight lang="json">
 +
{
 +
    "avgs": {
 +
        "baseline_accurate": 5,
 +
        "baseline_acuracy": 92,
 +
        "baseline_directory": 20,
 +
        "baseline_inaccurate": 30,
 +
        "baseline_local": 41,
 +
        "baseline_monitored": 35,
 +
        "baseline_nap": 28,
 +
        "baseline_presence": 14,
 +
        "baseline_present": 5,
 +
        "baseline_visibility": 28,
 +
        "monthly_accuracy": 92,
 +
        "monthly_accurate": 38,
 +
        "monthly_bing": 59,
 +
        "monthly_google": 49,
 +
        "monthly_inaccurate": 3,
 +
        "monthly_local": 49,
 +
        "monthly_monitored": 42,
 +
        "monthly_nap": 81,
 +
        "monthly_presence": 95,
 +
        "monthly_present": 40,
 +
        "monthly_visivility": 81,
 +
        "monthly_yelp": 40,
 +
        "montlhy_directory": 98
 +
    },
 +
    "count": 211,
 +
    "totals": {
 +
        "baseline_accurate": 1004,
 +
        "baseline_acuracy": 19349,
 +
        "baseline_directory": 4232,
 +
        "baseline_inaccurate": 6325,
 +
        "baseline_local": 8744,
 +
        "baseline_monitored": 7329,
 +
        "baseline_nap": 5813,
 +
        "baseline_presence": 3049,
 +
        "baseline_present": 1140,
 +
        "baseline_visibility": 5809,
 +
        "monthly_accuracy": 19349,
 +
        "monthly_accurate": 8113,
 +
        "monthly_bing": 12349,
 +
        "monthly_google": 10408,
 +
        "monthly_inaccurate": 693,
 +
        "monthly_local": 10414,
 +
        "monthly_monitored": 8806,
 +
        "monthly_nap": 17072,
 +
        "monthly_presence": 20059,
 +
        "monthly_present": 8404,
 +
        "monthly_visivility": 17068,
 +
        "monthly_yelp": 8494,
 +
        "montlhy_directory": 20692
 +
    }
 +
}
 +
</syntaxhighlight>
 +
 +
 +
== Insight Data ==
 +
This endpoint provides historical data for insights provided by Google My Business if enabled and activated.  Dates can be filtered using where clauses in the as a JSON parameter like where={ recordedAt: { ">": "2020-03-01" } }.  The same type of logic can be applied to multiple data points.  When calling for multiple data points, it is important to included the ?limit and ?skip parameters to properly pagination results to improve performance.  Insight data requires the partner key of the corresponding client/location.
 +
 +
=== API Endpoint ===
 +
<syntaxhighlight lang="html">
 +
https://p.lssdev.com/legacyinsightdata?client={clientid}
 +
</syntaxhighlight>
 +
 +
=== Example Request ===
 +
<syntaxhighlight lang="php">
 +
GET /legacyinsightdata?client={clientid} HTTP/1.1
 +
Host: p.lssdev.com
 +
x-api-token: YOUR_API_KEY
 +
Content-Type: application/json
 +
</syntaxhighlight>
 +
 +
=== Example Response ===
 +
<syntaxhighlight lang="json">
 +
{
 +
    "status": 200,
 +
    "success": true,
 +
    "error": null,
 +
    "data": [
 
         {
 
         {
             "client": 3201926,
+
             "client": 123,
             "partner": 7,
+
             "partner": 123456,
             "data": {
+
             "id": 3,
                "dirName": "Salespider",
+
            "store_code": 0,
                "dirHandle": "salespider",
+
            "LA_score": 36,
                "dirQuery": "https://www.google.com/search?q=site%3Asalespider.com%2Fb-+Gina%27s+Pizza+3142+w+balboa+%22%28949%29+723-4462%22+Newport+Beach&ie=utf-8&hl=en&as_qdr=all&aq=t&rls=org:mozilla:us:official&client=firefox&num=1&filter=1&nojs=1",
+
            "brand_score": 0,
                 "results": 0
+
            "influence_score": 100,
 +
            "listing_score": 80,
 +
            "reputation_score": 0,
 +
            "engagement_score": 0,
 +
            "website_visits": 0,
 +
            "phone_calls_clicks": 0,
 +
            "phone_calls_tracked": 0,
 +
            "directions": 0,
 +
            "calls_directions": 0,
 +
            "conv_rate": 0,
 +
            "total_conversions": 0,
 +
            "avg_sale_price": 0,
 +
            "potential_revenue": 0,
 +
            "investment": 0,
 +
            "potential_roi": 0,
 +
            "review_rating": 0,
 +
            "photo_views": 28,
 +
            "discovery_impressions": 6,
 +
            "direct_impressions": 0,
 +
            "chain_impressions": 0,
 +
            "search_impressions_from_chain": 0,
 +
            "listing_views": 6,
 +
            "total_calls": 0,
 +
            "first_time_caller": 0,
 +
            "duration_seconds": 0,
 +
            "active_location": 0,
 +
            "cost_per_location": 0,
 +
            "total_impressions": 6,
 +
            "total_actions": 0,
 +
            "cost_per_actions": 0,
 +
            "createdAt": "2020-05-14T19:26:58.000Z",
 +
            "recordedAt": "2020-05-07T12:00:00.000Z",
 +
            "updatedAt": "2020-05-14T19:27:31.000Z"
 +
        }
 +
    ]
 +
}
 +
</syntaxhighlight>
 +
 
 +
 
 +
== Voice Data ==
 +
This endpoint provides information on voice enabled locations via the AdVoice product. All 3 query parameters are required.  Unlike the other endpoints in our system, there are no conditionals that you can include in the request.  The data returned is always an aggregate.  You are free to set any range you wish and the endpoint will provide the totals for you.
 +
 
 +
=== API Endpoint ===
 +
<syntaxhighlight lang="html">
 +
https://p.lssdev.com/legacyvoicedata?client={clientid}&startDate={startDate}&endDate={endDate}
 +
</syntaxhighlight>
 +
 
 +
=== Example Request ===
 +
<syntaxhighlight lang="php">
 +
GET /legacyvoicedata?client={clientid}&startDate=2020-01-01&endDate=2020-07-01 HTTP/1.1
 +
Host: p.lssdev.com
 +
x-api-token: YOUR_API_KEY
 +
Content-Type: application/json
 +
</syntaxhighlight>
 +
 
 +
=== Example Response ===
 +
<syntaxhighlight lang="json">
 +
{
 +
    "status": 200,
 +
    "success": true,
 +
    "error": null,
 +
    "data": {
 +
        "users_total": 115,
 +
        "sessions_total": 210,
 +
        "requests_total": 726,
 +
        "users": [
 +
            {
 +
                "count": 41,
 +
                "assistant": "GoogleAssistant"
 +
            },
 +
            {
 +
                "count": 74,
 +
                "assistant": "Alexa"
 +
            }
 +
        ],
 +
        "requests": [
 +
            {
 +
                "count": 41,
 +
                 "assistant": "GoogleAssistant"
 
             },
 
             },
             "results": "false",
+
             {
             "errors": "false",
+
                "count": 74,
            "score": 0,
+
                "assistant": "Alexa"
            "id": 52444637,
+
             }
            "batch": "320192620171213",
+
        ]
            "createdAt": "2017-12-13T22:07:58.000Z",
+
    }
             "directory": "salespider",
+
}
             "elapsedTime": 2193
+
</syntaxhighlight>
 +
 
 +
 
 +
== Review Data ==
 +
This endpoint provides a large JSON object with aggregate statistics as well as a sample set of recent review objects.  This endpoint is only available for locations with active orders.
 +
 
 +
=== API Endpoint ===
 +
<syntaxhighlight lang="html">
 +
https://p.lssdev.com/legacyclients/{clientid}/reviews
 +
</syntaxhighlight>
 +
 
 +
=== Example Request ===
 +
<syntaxhighlight lang="php">
 +
GET /legacyclients/3782992/reviews HTTP/1.1
 +
Host: p.lssdev.com
 +
x-api-token: YOUR_API_KEY
 +
Content-Type: application/json
 +
</syntaxhighlight>
 +
 
 +
=== Example Response ===
 +
<syntaxhighlight lang="json">
 +
 
 +
{
 +
    "status": 200,
 +
    "success": true,
 +
    "error": null,
 +
    "data": {
 +
        "reviews": 21,
 +
        "score": {
 +
            "total": 4.85,
 +
             "months_1": 4.85,
 +
             "months_6": 4.85
 
         },
 
         },
         {
+
         "recency": {
             "client": 3201926,
+
             "total": 0,
             "partner": 7,
+
            "week_1": 0,
             "data": {
+
            "months_1": 0,
                 "dirName": "Ebusinesspages",
+
            "months_2": 0,
                 "dirHandle": "ebusinesspages",
+
            "months_3": 0
                 "dirQuery": "https://www.google.com/search?q=site%3Aebusinesspages.com+Gina%27s+Pizza+3142+w+balboa+%22%28949%29+723-4462%22&ie=utf-8&hl=en&as_qdr=all&aq=t&rls=org:mozilla:us:official&client=firefox&num=1&filter=1&nojs=1",
+
        },
                 "results": 0
+
        "sentiment": {
 +
            "positive": 75,
 +
            "above_average": 0,
 +
            "neutral": 0,
 +
            "below_average": 1,
 +
            "negative": 0
 +
        },
 +
        "sources": [
 +
            {
 +
                "name": "BrownBook",
 +
                "score": 2,
 +
                "reviews": 1,
 +
                "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/brownbook.png"
 +
            },
 +
            {
 +
                "name": "Cylex USA",
 +
                "score": 0,
 +
                "reviews": 0,
 +
                "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/cylex.png"
 +
            },
 +
            {
 +
                "name": "Google",
 +
                "score": 5,
 +
                "reviews": 17,
 +
                "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/google.png"
 +
            },
 +
            {
 +
                "name": "Judy's Book",
 +
                "score": 0,
 +
                "reviews": 0,
 +
                "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/judysbook.png"
 +
            },
 +
            {
 +
                "name": "ShowMeLocal",
 +
                "score": 0,
 +
                "reviews": 0,
 +
                "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/showmelocal.png"
 +
            },
 +
             {
 +
                "name": "Yelp",
 +
                "score": 5,
 +
                "reviews": 3,
 +
                "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/yelp.png"
 +
             }
 +
        ],
 +
        "data": [
 +
            {
 +
                 "client": 3782992,
 +
                "partner": 45803,
 +
                "batch": null,
 +
                 "provider": "google",
 +
                 "url": "https://search.google.com/local/reviews?placeid=ChIJBQbtuH8TTIYRougs11iNdMw",
 +
                "reviewer": "Alison Thornton",
 +
                "sentiment": null,
 +
                "score": 5,
 +
                "comment": "I had an incredible experience at Kelly's Art Shack & Events! The venue was perfect for hosting birthday parties, and the karaoke added a fantastic touch of entertainment. The Arty Party was a blast, and I thoroughly enjoyed painting a lively Tuscan scene. Kelly's Art Shack & Events is definitely a downtown McKinney gem for art enthusiasts and party-goers alike!",
 +
                "replied": true,
 +
                "id": 33407619,
 +
                "createdAt": "2023-07-12T05:47:07.000Z",
 +
                "reviewKey": "AbFvOqlx3ckOFtjqB498fIWRyzY-ZtOLhRez8hkzFFG2UKCgv0vKhhLwah4HVopX5mfB4nZbJ0YU",
 +
                 "reviewedAt": "2023-06-02T17:07:50.000Z"
 
             },
 
             },
             "results": "false",
+
             {
            "errors": "false",
+
                "client": 3782992,
            "score": 0,
+
                "partner": 45803,
            "id": 52444638,
+
                "batch": null,
            "batch": "320192620171213",
+
                "provider": "google",
            "createdAt": "2017-12-13T22:07:58.000Z",
+
                "url": "https://search.google.com/local/reviews?placeid=ChIJBQbtuH8TTIYRougs11iNdMw",
            "directory": "ebusinesspages",
+
                "reviewer": "Paul Grossman",
            "elapsedTime": 3676
+
                "sentiment": null,
        },
+
                "score": 5,
        {
+
                "comment": "Breathtaking art!!! A wonderful place to see, learn from, and grow.",
            "client": 3201926,
+
                "replied": true,
            "partner": 7,
+
                "id": 33407620,
            "data": {
+
                 "createdAt": "2023-07-12T05:47:07.000Z",
                 "dirName": "Citysquares",
+
                 "reviewKey": "AbFvOqkxwZH_GD9qMaCuVB4zGt2I5sXuRgi0_ok4nmkfASBHP-bLtEhuz7BvyNihW38XI5tSHns3",
                 "dirHandle": "citysquares",
+
                 "reviewedAt": "2023-02-16T21:50:47.000Z"
                 "dirQuery": "https://www.google.com/search?q=site%3Acitysquares.com+Gina%27s+Pizza+3142+w+balboa+%22%28949%29+723-4462%22&ie=utf-8&hl=en&as_qdr=all&aq=t&rls=org:mozilla:us:official&client=firefox&num=1&filter=1&nojs=1",
 
                "results": 0
 
 
             },
 
             },
             "results": "false",
+
             {
            "errors": "false",
+
                "client": 3782992,
            "score": 0,
+
                "partner": 45803,
            "id": 52444639,
+
                "batch": null,
            "batch": "320192620171213",
+
                "provider": "google",
            "createdAt": "2017-12-13T22:07:59.000Z",
+
                "url": "https://search.google.com/local/reviews?placeid=ChIJBQbtuH8TTIYRougs11iNdMw",
            "directory": "citysquares",
+
                "reviewer": "Linda Nunn",
            "elapsedTime": 4747
+
                "sentiment": null,
        },
+
                "score": 5,
        {
+
                "comment": "Kelly is an amazing artist . I have purchased many canvases from her. In addition , she hosts events and is very involved with McKinney life. She features fellow artists as well and promotes great local bands. It is a fun place to visit or book a birthday party or commission Kelly for a mural or canvas for your home.",
            "client": 3201926,
+
                "replied": true,
            "partner": 7,
+
                "id": 33407616,
            "data": {
+
                 "createdAt": "2023-07-12T05:47:07.000Z",
                 "dirName": "Businessrater",
+
                 "reviewKey": "AbFvOqn4jpaktJNV_A6i4LKWAt1MTuP8uZuzCm0nWmxWDPcCxjmaTP8ZctiJqkMyHHtGkeBHHXOrKw",
                 "dirHandle": "businessrater",
+
                 "reviewedAt": "2022-09-13T11:09:29.000Z"
                 "dirQuery": "https://www.google.com/search?q=site%3Abusinessrater.com%2Fbiz%2F++%2C+&ie=utf-8&hl=en&as_qdr=all&aq=t&rls=org:mozilla:us:official&client=firefox&num=2&filter=1&nojs=1",
 
                "results": 0
 
 
             },
 
             },
             "results": "false",
+
             {
            "errors": "false",
+
                "client": 3782992,
            "score": 0,
+
                "partner": 45803,
            "id": 52444640,
+
                "batch": null,
            "batch": "320192620171213",
+
                "provider": "google",
            "createdAt": "2017-12-13T22:07:59.000Z",
+
                "url": "https://search.google.com/local/reviews?placeid=ChIJBQbtuH8TTIYRougs11iNdMw",
            "directory": "businessrater",
+
                "reviewer": "Letitia Sanchez",
            "elapsedTime": 3549
+
                "sentiment": null,
        },
+
                "score": 5,
        {
+
                "comment": "Kelly is a wonderful, professional artist who is a dream to collaborate with. Her art gallery and event venue is a beautiful space.\n\nTonight, Kelly's Art Gallery was the location for Joyland's Speakeasy paint and sip party. Poppy's Wings served catfish with truffle mac & cheese and baked beans. Folks, GET YOU SOME OF EVERYTHING!!!! Run, don't walk.",
            "client": 3201926,
+
                "replied": true,
            "partner": 7,
+
                "id": 33407632,
            "data": {
+
                 "createdAt": "2023-07-12T05:47:07.000Z",
                 "dirName": "Spoke",
+
                 "reviewKey": "AbFvOqlWgPK8K77bs21PrqgpOohRorsbnmX9z5eljUPLitkBtdluw3-UCqoUVaQLtAVfZvrFPkLF",
                 "dirHandle": "spoke",
+
                 "reviewedAt": "2022-08-14T04:55:28.000Z"
                 "dirQuery": "https://www.google.com/search?q=site%3Aspoke.com+Gina%27s+Pizza+3142+w+balboa+%22%28949%29+723-4462%22&ie=utf-8&hl=en&as_qdr=all&aq=t&rls=org:mozilla:us:official&client=firefox&num=1&filter=1&nojs=1",
 
                "results": 0
 
 
             },
 
             },
             "results": "false",
+
             {
            "errors": "false",
+
                "client": 3782992,
            "score": 0,
+
                "partner": 45803,
            "id": 52444641,
+
                "batch": null,
            "batch": "320192620171213",
+
                "provider": "google",
            "createdAt": "2017-12-13T22:08:00.000Z",
+
                "url": "https://search.google.com/local/reviews?placeid=ChIJBQbtuH8TTIYRougs11iNdMw",
            "directory": "spoke",
+
                "reviewer": "Joseph Ortiz",
            "elapsedTime": 4184
+
                "sentiment": null,
        },
+
                "score": 5,
        {
+
                "comment": "",
            "client": 3201926,
+
                "replied": true,
            "partner": 7,
+
                "id": 33407628,
            "data": {
+
                 "createdAt": "2023-07-12T05:47:07.000Z",
                 "dirName": "Cityinsider",
+
                 "reviewKey": "AbFvOqns8q_enfIwdmCMasU8OjeiyHAYZopnNUdB-wo9kUmHVC_2PfpduCvKAntwXiwv0T6oUM4YJA",
                 "dirHandle": "cityinsider",
+
                 "reviewedAt": "2022-08-03T16:46:36.000Z"
                 "dirQuery": "https://www.google.com/search?q=site%3Acityinsider.com%2Fmy%2Flogin.php%3Freferer%3Dcityinsider.com+Gina%27s+Pizza+3142+w+balboa+%22%28949%29+723-4462%22&ie=utf-8&hl=en&as_qdr=all&aq=t&rls=org:mozilla:us:official&client=firefox&num=1&filter=1&nojs=1",
 
                "results": 0
 
 
             },
 
             },
             "results": "false",
+
             {
            "errors": "false",
+
                "client": 3782992,
            "score": 0,
+
                "partner": 45803,
            "id": 52444642,
+
                "batch": null,
            "batch": "320192620171213",
+
                "provider": "brownbook",
            "createdAt": "2017-12-13T22:08:00.000Z",
+
                "url": "https://www.brownbook.net/business/49380379/kellys-art-shack-events",
            "directory": "cityinsider",
+
                "reviewer": "Dr. Franklin Perry",
            "elapsedTime": 5649
+
                "sentiment": null,
        },
+
                "score": 2,
        {
+
                "comment": "Did a great job on my commissioned artwork",
            "client": 3201926,
+
                "replied": false,
            "partner": 7,
+
                "id": 38046,
            "data": {
+
                 "createdAt": "2022-09-21T17:59:05.000Z",
                 "dirName": "Communitywalk",
+
                 "reviewKey": "603793",
                 "dirHandle": "communitywalk",
+
                 "reviewedAt": "2022-05-03T19:18:52.000Z"
                 "dirQuery": "https://www.google.com/search?q=site%3Acommunitywalk.com+Gina%27s+Pizza+3142+w+balboa+%22%28949%29+723-4462%22&ie=utf-8&hl=en&as_qdr=all&aq=t&rls=org:mozilla:us:official&client=firefox&num=1&filter=1&nojs=1",
 
                "results": 0
 
 
             },
 
             },
             "results": "false",
+
             {
            "errors": "false",
+
                "client": 3782992,
            "score": 0,
+
                "partner": 45803,
            "id": 52444643,
+
                "batch": null,
            "batch": "320192620171213",
+
                "provider": "cylex",
            "createdAt": "2017-12-13T22:08:00.000Z",
+
                "url": "https://www.cylex-canada.ca/company/air-track-inc-23498654.html#rev147837",
            "directory": "communitywalk",
+
                "reviewer": "William Marcus",
            "elapsedTime": 5533
+
                "sentiment": null,
        },
+
                "score": 5,
        {
+
                "comment": "The fitters came on time, worked quickly and cleanly. Care and operation of the air conditioner were also explained to us in a way that was easy to understand. Thanks a lot for Air Track. Gladly again.",
            "client": 3201926,
+
                "replied": false,
            "partner": 7,
+
                "id": 21,
            "data": {
+
                 "createdAt": "2022-06-21T21:47:58.000Z",
                 "dirName": "N49",
+
                 "reviewKey": "CA147837",
                 "dirHandle": "n49",
+
                 "reviewedAt": "2022-03-07T10:16:46.000Z"
                 "dirQuery": "https://www.google.com/search?q=site%3An49.com+Gina%27s+Pizza+3142+w+balboa+%22%28949%29+723-4462%22&ie=utf-8&hl=en&as_qdr=all&aq=t&rls=org:mozilla:us:official&client=firefox&num=1&filter=1&nojs=1",
 
                "results": 0
 
 
             },
 
             },
             "results": "false",
+
             {
            "errors": "false",
+
                "client": 3782992,
            "score": 0,
+
                "partner": 45803,
            "id": 52444644,
+
                "batch": null,
            "batch": "320192620171213",
+
                "provider": "cylex",
            "createdAt": "2017-12-13T22:08:01.000Z",
+
                "url": "https://www.cylex-canada.ca/company/air-track-inc-23498654.html#rev147599",
            "directory": "n49",
+
                "reviewer": "Jay J. Jones",
            "elapsedTime": 5014
+
                "sentiment": null,
        },
+
                "score": 5,
        {
+
                "comment": "Just had Air track Inc in to replace an old HVAC unit. Director Frank was outstanding! He’s honest, gives you his opinion yet respects your needs. Extremely kind and courteous with almost 40 years of experience, the work completed was outstanding. Definitely recommend them.",
            "client": 3201926,
+
                "replied": false,
            "partner": 7,
+
                "id": 24,
            "data": {
+
                 "createdAt": "2022-06-21T21:47:58.000Z",
                 "dirName": "Tuugo",
+
                 "reviewKey": "CA147599",
                 "dirHandle": "tuugo",
+
                 "reviewedAt": "2022-01-18T12:16:57.000Z"
                 "dirQuery": "https://www.google.com/search?q=site%3Atuugo.us+Gina%27s+Pizza+3142+w+balboa+%22%28949%29+723-4462%22&ie=utf-8&hl=en&as_qdr=all&aq=t&rls=org:mozilla:us:official&client=firefox&num=1&filter=1&nojs=1",
 
                "results": 0
 
 
             },
 
             },
             "results": "false",
+
             {
            "errors": "false",
+
                "client": 3782992,
            "score": 0,
+
                "partner": 45803,
            "id": 52444645,
+
                "batch": null,
            "batch": "320192620171213",
+
                "provider": "google",
            "createdAt": "2017-12-13T22:08:01.000Z",
+
                "url": "https://search.google.com/local/reviews?placeid=ChIJBQbtuH8TTIYRougs11iNdMw",
            "directory": "tuugo",
+
                "reviewer": "latasha whalen",
            "elapsedTime": 4868
+
                "sentiment": null,
        },
+
                "score": 5,
        {
+
                "comment": "",
            "client": 3201926,
+
                "replied": true,
            "partner": 7,
+
                 "id": 33407622,
            "data": {
+
                 "createdAt": "2023-07-12T05:47:07.000Z",
                 "dirName": "Superpages",
+
                 "reviewKey": "AbFvOqmp3Rwzi0ReMLaVJWUe163LOHL6ke9xgJOZD_vHMqn-q74IEl7P9qVYLd1fiPvBgCs8a-wv",
                 "dirHandle": "superpages",
+
                 "reviewedAt": "2022-01-09T00:35:09.000Z"
                 "dirQuery": "https://www.google.com/search?q=site%3Asuperpages.com+Gina%27s+Pizza+3142+w+balboa+%22%28949%29+723-4462%22&ie=utf-8&hl=en&as_qdr=all&aq=t&rls=org:mozilla:us:official&client=firefox&num=1&filter=1&nojs=1",
 
                 "results": 0
 
 
             },
 
             },
             "results": "false",
+
             {
            "errors": "false",
+
                "client": 3782992,
            "score": 0,
+
                "partner": 45803,
            "id": 52444646,
+
                "batch": null,
            "batch": "320192620171213",
+
                "provider": "cylex",
            "createdAt": "2017-12-13T22:08:01.000Z",
+
                "url": "https://www.cylex-canada.ca/company/air-track-inc-23498654.html#rev147474",
            "directory": "superpages",
+
                "reviewer": "Kyle Butler",
            "elapsedTime": 4934
+
                "sentiment": null,
        },
+
                "score": 5,
        {
+
                "comment": "Excellent Service; after accepting a detailed quote from Frank, our replacement combo boiler was installed 3 days later. They demonstrated how to manage the boiler &amp; wireless controller before removing the old boiler &amp; tidying up before leaving.. I would definitely recommend Air Track Inc.",
            "client": 3201926,
+
                "replied": false,
            "partner": 7,
+
                "id": 37,
            "data": {
+
                 "createdAt": "2022-06-21T21:48:02.000Z",
                 "dirName": "Cataloxy",
+
                 "reviewKey": "CA147474",
                 "dirHandle": "cataloxy",
+
                 "reviewedAt": "2021-12-29T18:18:37.000Z"
                 "dirQuery": "https://www.google.com/search?q=site%3Acataloxy.us+Gina%27s+Pizza+3142+w+balboa+%22%28949%29+723-4462%22&ie=utf-8&hl=en&as_qdr=all&aq=t&rls=org:mozilla:us:official&client=firefox&num=1&filter=1&nojs=1",
 
                "results": 0
 
 
             },
 
             },
             "results": "false",
+
             {
            "errors": "false",
+
                "client": 3782992,
            "score": 0,
+
                "partner": 45803,
            "id": 52444647,
+
                "batch": null,
            "batch": "320192620171213",
+
                "provider": "cylex",
            "createdAt": "2017-12-13T22:08:01.000Z",
+
                "url": "https://www.cylex-canada.ca/company/air-track-inc-23498654.html#rev147452",
            "directory": "cataloxy",
+
                "reviewer": "Ivan Cohen",
            "elapsedTime": 6810
+
                "sentiment": null,
        },
+
                "score": 5,
        {
+
                "comment": "Fantastic throughout. Very professional, kept us well informed, worked well with the other people working on our basement and took a huge amount of pride in their work. Very highly recommended.",
            "client": 3201926,
+
                "replied": false,
            "partner": 7,
+
                "id": 41,
            "data": {
+
                 "createdAt": "2022-06-21T21:48:03.000Z",
                 "dirName": "Hotfrog",
+
                 "reviewKey": "CA147452",
                 "dirHandle": "hotfrog",
+
                 "reviewedAt": "2021-12-24T11:38:14.000Z"
                 "dirQuery": "https://www.google.com/search?q=site%3Ahotfrog.com+Gina%27s+Pizza+3142+w+balboa+%22%28949%29+723-4462%22&ie=utf-8&hl=en&as_qdr=all&aq=t&rls=org:mozilla:us:official&client=firefox&num=1&filter=1&nojs=1",
 
                "results": 0
 
 
             },
 
             },
             "results": "false",
+
             {
            "errors": "false",
+
                "client": 3782992,
            "score": 0,
+
                "partner": 45803,
            "id": 52444648,
+
                "batch": null,
            "batch": "320192620171213",
+
                "provider": "cylex",
            "createdAt": "2017-12-13T22:08:01.000Z",
+
                "url": "https://www.cylex-canada.ca/company/air-track-inc-23498654.html#rev147355",
            "directory": "hotfrog",
+
                "reviewer": "Christopher Fonville",
            "elapsedTime": 6220
+
                "sentiment": null,
        },
+
                "score": 5,
        {
+
                "comment": "Excellent service..My 5 month old boiler stopped working. Frank turned up on time , resolved the problem really quickly,it wasnt the boiler but one of two options, both of he pointed out to me and were a quick fix . Thank you for your help and time .",
            "client": 3201926,
+
                "replied": false,
            "partner": 7,
+
                "id": 39,
            "data": {
+
                 "createdAt": "2022-06-21T21:48:02.000Z",
                 "dirName": "Usenrollbusiness",
+
                 "reviewKey": "CA147355",
                 "dirHandle": "usenrollbusiness",
+
                 "reviewedAt": "2021-12-01T13:37:21.000Z"
                 "dirQuery": "https://www.google.com/search?q=site%3Aus.enrollbusiness.com+Gina%27s+Pizza+3142+w+balboa+%22%28949%29+723-4462%22&ie=utf-8&hl=en&as_qdr=all&aq=t&rls=org:mozilla:us:official&client=firefox&num=1&filter=1&nojs=1",
 
                "results": 0
 
 
             },
 
             },
             "results": "false",
+
             {
            "errors": "false",
+
                "client": 3782992,
            "score": 0,
+
                "partner": 45803,
            "id": 52444649,
+
                 "batch": null,
            "batch": "320192620171213",
+
                 "provider": "cylex",
            "createdAt": "2017-12-13T22:08:02.000Z",
+
                 "url": "https://www.cylex-canada.ca/company/air-track-inc-23498654.html#rev147345",
            "directory": "usenrollbusiness",
+
                "reviewer": "Kristen Spearman",
            "elapsedTime": 6561
+
                "sentiment": null,
        },
+
                "score": 5,
        {
+
                "comment": "I recommend Air Track Inc to everyone. They fulfilled the agreement with excellence of professionalism. Excellent professional!  They handle the equipment very carefully to protect the same. Attentive, punctual, clean service. I confirm the other positive evaluations of this professional. Also for the fast service for getting it done. We were so pleased with their service and we used them again.",
            "client": 3201926,
+
                "replied": false,
            "partner": 7,
+
                "id": 27,
            "data": {
+
                "createdAt": "2022-06-21T21:47:59.000Z",
                 "dirName": "Yellowpages",
+
                "reviewKey": "CA147345",
                 "dirHandle": "yellowpages",
+
                "reviewedAt": "2021-11-30T10:42:22.000Z"
                 "dirQuery": "http://www.yellowpages.com/newport-beach-ca/gina+s+pizza?g=Newport+Beach%2C+CA+92663&q=gina%27s+pizza",
 
                "results": 21,
 
                "result": [
 
                    {
 
                        "link": "http://www.yellowpages.com/newport-beach-ca/mip/ginas-pizza-473387177?lid=473387177",
 
                        "methods": {
 
                            "url": "http://www.yellowpages.com/newport-beach-ca/gina+s+pizza?g=Newport+Beach%2C+CA+92663&q=gina%27s+pizza",
 
                            "enclosure": "main-content",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Gina's Pizza",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Gina's Pizza",
 
                                "address": "3142 W Balboa Blvd Newport Beach,  CA 92663",
 
                                "phone": "(949) 723-4462",
 
                                "n": {
 
                                    "percentage": 100
 
                                },
 
                                "a": {
 
                                    "percentage": 100
 
                                },
 
                                "p": {
 
                                    "percentage": 100
 
                                }
 
                            },
 
                            "score": 100
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "http://www.yellowpages.com/newport-beach-ca/mip/original-pizza-10310347?lid=10310347",
 
                        "methods": {
 
                            "url": "http://www.yellowpages.com/newport-beach-ca/gina+s+pizza?g=Newport+Beach%2C+CA+92663&q=gina%27s+pizza",
 
                            "enclosure": "main-content",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Original Pizza",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Original Pizza",
 
                                "address": "2201 W Balboa Blvd Newport Beach,  CA 92663",
 
                                "phone": "(949) 270-6310",
 
                                "n": {
 
                                    "percentage": 78
 
                                },
 
                                "a": {
 
                                    "percentage": 91
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 73
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "http://www.yellowpages.com/newport-beach-ca/mip/zpizza-3698723?lid=3698723",
 
                        "methods": {
 
                            "url": "http://www.yellowpages.com/newport-beach-ca/gina+s+pizza?g=Newport+Beach%2C+CA+92663&q=gina%27s+pizza",
 
                            "enclosure": "main-content",
 
                            "enctype": "id"
 
                        },
 
                        "title": "zpizza",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "zpizza",
 
                                "address": "3423 Via Lido Newport Beach,  CA 92663",
 
                                "phone": "(949) 723-0707",
 
                                "n": {
 
                                    "percentage": 63
 
                                },
 
                                "a": {
 
                                    "percentage": 86
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 70
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "http://www.yellowpages.com/newport-beach-ca/mip/azars-pizza-4486533?lid=4486533",
 
                        "methods": {
 
                            "url": "http://www.yellowpages.com/newport-beach-ca/gina+s+pizza?g=Newport+Beach%2C+CA+92663&q=gina%27s+pizza",
 
                            "enclosure": "main-content",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Azars Pizza",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Azars Pizza",
 
                                "address": "309 Palm St Ste B Newport Beach,  CA 92661",
 
                                "phone": "(949) 673-8516",
 
                                "n": {
 
                                    "percentage": 70
 
                                },
 
                                "a": {
 
                                    "percentage": 77
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 69
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "http://www.yellowpages.com/newport-beach-ca/mip/ginas-pizza-pastaria-481200649?lid=481200649",
 
                        "methods": {
 
                            "url": "http://www.yellowpages.com/newport-beach-ca/gina+s+pizza?g=Newport+Beach%2C+CA+92663&q=gina%27s+pizza",
 
                            "enclosure": "main-content",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Gina's Pizza & Pastaria",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Gina's Pizza & Pastaria",
 
                                "address": "309 Palm St Newport Beach,  CA 92661",
 
                                "phone": "(949) 760-0848",
 
                                "n": {
 
                                    "percentage": 71
 
                                },
 
                                "a": {
 
                                    "percentage": 77
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 66
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "http://www.yellowpages.com/newport-beach-ca/mip/sabatinos-sausage-and-pizza-co-465475430?lid=465475430",
 
                        "methods": {
 
                            "url": "http://www.yellowpages.com/newport-beach-ca/gina+s+pizza?g=Newport+Beach%2C+CA+92663&q=gina%27s+pizza",
 
                            "enclosure": "main-content",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Sabatino's Sausage and Pizza Co",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Sabatino's Sausage and Pizza Co",
 
                                "address": "406 32nd St Newport Beach,  CA 92663",
 
                                "phone": "(949) 723-1930",
 
                                "n": {
 
                                    "percentage": 58
 
                                },
 
                                "a": {
 
                                    "percentage": 77
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 65
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "http://www.yellowpages.com/newport-beach-ca/mip/new-jerseys-pizza-19180826?lid=19180826",
 
                        "methods": {
 
                            "url": "http://www.yellowpages.com/newport-beach-ca/gina+s+pizza?g=Newport+Beach%2C+CA+92663&q=gina%27s+pizza",
 
                            "enclosure": "main-content",
 
                            "enctype": "id"
 
                        },
 
                        "title": "New Jersey's Pizza",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "New Jersey's Pizza",
 
                                "address": "3305 Newport Blvd Newport Beach,  CA 92663",
 
                                "phone": "(949) 723-0505",
 
                                "n": {
 
                                    "percentage": 56
 
                                },
 
                                "a": {
 
                                    "percentage": 76
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 64
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "http://www.yellowpages.com/newport-beach-ca/mip/perrys-pizza-2742489?lid=2742489",
 
                        "methods": {
 
                            "url": "http://www.yellowpages.com/newport-beach-ca/gina+s+pizza?g=Newport+Beach%2C+CA+92663&q=gina%27s+pizza",
 
                            "enclosure": "main-content",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Perry's Pizza",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Perry's Pizza",
 
                                "address": "2108 3/4 W Oceanfront Newport Beach,  CA 92663",
 
                                "phone": "(949) 673-1366",
 
                                "n": {
 
                                    "percentage": 57
 
                                },
 
                                "a": {
 
                                    "percentage": 75
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 64
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "http://www.yellowpages.com/newport-beach-ca/mip/hotties-pizza-481642147?lid=481642147",
 
                        "methods": {
 
                            "url": "http://www.yellowpages.com/newport-beach-ca/gina+s+pizza?g=Newport+Beach%2C+CA+92663&q=gina%27s+pizza",
 
                            "enclosure": "main-content",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Hotties Pizza",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Hotties Pizza",
 
                                "address": "325 Old Newport Blvd Newport Beach,  CA 92663",
 
                                "phone": "(949) 650-6205",
 
                                "n": {
 
                                    "percentage": 64
 
                                },
 
                                "a": {
 
                                    "percentage": 76
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 63
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "http://www.yellowpages.com/newport-beach-ca/mip/sabatinos-461782216?lid=461782216",
 
                        "methods": {
 
                            "url": "http://www.yellowpages.com/newport-beach-ca/gina+s+pizza?g=Newport+Beach%2C+CA+92663&q=gina%27s+pizza",
 
                            "enclosure": "main-content",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Sabatino's",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Sabatino's",
 
                                "address": "251 Shipyard Way Ste D Newport Beach,  CA 92663",
 
                                "phone": "(949) 723-0621",
 
                                "n": {
 
                                    "percentage": 32
 
                                },
 
                                "a": {
 
                                    "percentage": 73
 
                                },
 
                                "p": {
 
                                    "percentage": 80
 
                                }
 
                            },
 
                            "score": 62
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "http://www.yellowpages.com/newport-beach-ca/mip/pizza-del-perro-negro-503071140?lid=503071140",
 
                        "methods": {
 
                            "url": "http://www.yellowpages.com/newport-beach-ca/gina+s+pizza?g=Newport+Beach%2C+CA+92663&q=gina%27s+pizza",
 
                            "enclosure": "main-content",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Pizza Del Perro Negro",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Pizza Del Perro Negro",
 
                                "address": "2233 W Balboa Blvd Newport Beach,  CA 92663",
 
                                "phone": "(949) 873-5190",
 
                                "n": {
 
                                    "percentage": 36
 
                                },
 
                                "a": {
 
                                    "percentage": 91
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 59
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "http://www.yellowpages.com/newport-beach-ca/mip/rudys-pub-grill-11218257?lid=11218257",
 
                        "methods": {
 
                            "url": "http://www.yellowpages.com/newport-beach-ca/gina+s+pizza?g=Newport+Beach%2C+CA+92663&q=gina%27s+pizza",
 
                            "enclosure": "main-content",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Rudy's Pub & Grill",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Rudy's Pub & Grill",
 
                                "address": "3110 Newport Blvd Newport Beach,  CA 92663",
 
                                "phone": "(949) 723-0293",
 
                                "n": {
 
                                    "percentage": 26
 
                                },
 
                                "a": {
 
                                    "percentage": 79
 
                                },
 
                                "p": {
 
                                    "percentage": 70
 
                                }
 
                            },
 
                            "score": 58
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "http://www.yellowpages.com/newport-beach-ca/mip/pizzeria-mozza-467141448?lid=467141448",
 
                        "methods": {
 
                            "url": "http://www.yellowpages.com/newport-beach-ca/gina+s+pizza?g=Newport+Beach%2C+CA+92663&q=gina%27s+pizza",
 
                            "enclosure": "main-content",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Pizzeria Mozza",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Pizzeria Mozza",
 
                                "address": "800 W Coast Hwy Newport Beach,  CA 92663",
 
                                "phone": "(949) 945-1126",
 
                                "n": {
 
                                    "percentage": 43
 
                                },
 
                                "a": {
 
                                    "percentage": 78
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 57
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "http://www.yellowpages.com/newport-beach-ca/mip/sol-grill-3056070?lid=3056070",
 
                        "methods": {
 
                            "url": "http://www.yellowpages.com/newport-beach-ca/gina+s+pizza?g=Newport+Beach%2C+CA+92663&q=gina%27s+pizza",
 
                            "enclosure": "main-content",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Sol Grill",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Sol Grill",
 
                                "address": "110 Mcfadden Pl Newport Beach,  CA 92663",
 
                                "phone": "(949) 723-4105",
 
                                "n": {
 
                                    "percentage": 22
 
                                },
 
                                "a": {
 
                                    "percentage": 73
 
                                },
 
                                "p": {
 
                                    "percentage": 70
 
                                }
 
                            },
 
                            "score": 55
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "http://www.yellowpages.com/newport-beach-ca/mip/rusty-pelican-8293159?lid=8293159",
 
                        "methods": {
 
                            "url": "http://www.yellowpages.com/newport-beach-ca/gina+s+pizza?g=Newport+Beach%2C+CA+92663&q=gina%27s+pizza",
 
                            "enclosure": "main-content",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Rusty Pelican",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Rusty Pelican",
 
                                "address": "2735 W Coast Hwy Newport Beach,  CA 92663",
 
                                "phone": "(949) 642-3431",
 
                                "n": {
 
                                    "percentage": 18
 
                                },
 
                                "a": {
 
                                    "percentage": 80
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 53
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "http://www.yellowpages.com/newport-beach-ca/mip/beach-barrel-504946726?lid=504946726",
 
                        "methods": {
 
                            "url": "http://www.yellowpages.com/newport-beach-ca/gina+s+pizza?g=Newport+Beach%2C+CA+92663&q=gina%27s+pizza",
 
                            "enclosure": "main-content",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Beach Barrel",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Beach Barrel",
 
                                "address": "3305 Newport Blvd Ste E Newport Beach,  CA 92663",
 
                                "phone": "(949) 531-6222",
 
                                "n": {
 
                                    "percentage": 19
 
                                },
 
                                "a": {
 
                                    "percentage": 76
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 52
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "http://www.yellowpages.com/newport-beach-ca/mip/akropolis-restaurant-coffee-481186483?lid=481186483",
 
                        "methods": {
 
                            "url": "http://www.yellowpages.com/newport-beach-ca/gina+s+pizza?g=Newport+Beach%2C+CA+92663&q=gina%27s+pizza",
 
                            "enclosure": "main-content",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Akropolis Restaurant & Coffee",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Akropolis Restaurant & Coffee",
 
                                "address": "2201 W Balboa Blvd Newport Beach,  CA 92663",
 
                                "phone": "(949) 270-6310",
 
                                "n": {
 
                                    "percentage": 11
 
                                },
 
                                "a": {
 
                                    "percentage": 91
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 51
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "http://www.yellowpages.com/newport-beach-ca/mip/il-farro-restaurant-531213427?lid=531213427",
 
                        "methods": {
 
                            "url": "http://www.yellowpages.com/newport-beach-ca/gina+s+pizza?g=Newport+Beach%2C+CA+92663&q=gina%27s+pizza",
 
                            "enclosure": "main-content",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Il Farro Restaurant",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Il Farro Restaurant",
 
                                "address": "111 21st Pl Newport Beach,  CA 92663",
 
                                "phone": "(949) 723-5711",
 
                                "n": {
 
                                    "percentage": 15
 
                                },
 
                                "a": {
 
                                    "percentage": 77
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 51
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "http://www.yellowpages.com/newport-beach-ca/mip/the-old-spaghetti-factory-59288?lid=59288",
 
                        "methods": {
 
                            "url": "http://www.yellowpages.com/newport-beach-ca/gina+s+pizza?g=Newport+Beach%2C+CA+92663&q=gina%27s+pizza",
 
                            "enclosure": "main-content",
 
                            "enctype": "id"
 
                        },
 
                        "title": "The Old Spaghetti Factory",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "The Old Spaghetti Factory",
 
                                "address": "2110 Newport Blvd Newport Beach,  CA 92663",
 
                                "phone": "(949) 675-8654",
 
                                "n": {
 
                                    "percentage": 25
 
                                },
 
                                "a": {
 
                                    "percentage": 76
 
                                },
 
                                "p": {
 
                                    "percentage": 50
 
                                }
 
                            },
 
                            "score": 50
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "http://www.yellowpages.com/newport-beach-ca/mip/big-belly-deli-14491276?lid=14491276",
 
                        "methods": {
 
                            "url": "http://www.yellowpages.com/newport-beach-ca/gina+s+pizza?g=Newport+Beach%2C+CA+92663&q=gina%27s+pizza",
 
                            "enclosure": "main-content",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Big Belly Deli",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Big Belly Deli",
 
                                "address": "6310 W Coast Hwy Newport Beach,  CA 92663",
 
                                "phone": "(949) 645-2888",
 
                                "n": {
 
                                    "percentage": 18
 
                                },
 
                                "a": {
 
                                    "percentage": 83
 
                                },
 
                                "p": {
 
                                    "percentage": 40
 
                                }
 
                            },
 
                            "score": 47
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "http://www.yellowpages.com/newport-beach-ca/mip/lebistro-restaurant-22298217?lid=22298217",
 
                        "methods": {
 
                            "url": "http://www.yellowpages.com/newport-beach-ca/gina+s+pizza?g=Newport+Beach%2C+CA+92663&q=gina%27s+pizza",
 
                            "enclosure": "main-content",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Lebistro Restaurant - CLOSED",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Lebistro Restaurant - CLOSED",
 
                                "address": "3446 Via Oporto Newport Beach,  CA 92663",
 
                                "phone": "",
 
                                "n": {
 
                                    "percentage": 18
 
                                },
 
                                "a": {
 
                                    "percentage": 77
 
                                },
 
                                "p": {
 
                                    "percentage": 0
 
                                }
 
                            },
 
                            "score": 32
 
                        },
 
                        "fulfillment": false
 
                    }
 
                ]
 
 
             },
 
             },
             "results": "true",
+
             {
            "errors": "false",
+
                "client": 3782992,
            "score": 100,
+
                "partner": 45803,
            "id": 52444651,
+
                "batch": null,
            "batch": "320192620171213",
+
                "provider": "cylex",
            "createdAt": "2017-12-13T22:08:03.000Z",
+
                "url": "https://www.cylex-canada.ca/company/air-track-inc-23498654.html#rev147192",
            "directory": "yellowpages",
+
                "reviewer": "Maverick Erickson",
            "elapsedTime": 6682
+
                "sentiment": null,
        },
+
                "score": 5,
        {
+
                "comment": "Customer service is still very important here - friendly, competent and punctual. Thank you Air Track.",
            "client": 3201926,
+
                "replied": false,
            "partner": 7,
+
                "id": 1,
            "data": {
+
                 "createdAt": "2022-06-21T21:47:55.000Z",
                 "dirName": "Getfave",
+
                 "reviewKey": "CA147192",
                 "dirHandle": "getfave",
+
                 "reviewedAt": "2021-11-08T10:53:58.000Z"
                 "dirQuery": "https://www.google.com/search?q=site%3Agetfave.com+Gina%27s+Pizza+3142+w+balboa+%22%28949%29+723-4462%22&ie=utf-8&hl=en&as_qdr=all&aq=t&rls=org:mozilla:us:official&client=firefox&num=1&filter=1&nojs=1",
 
                "results": 0
 
 
             },
 
             },
             "results": "false",
+
             {
            "errors": "false",
+
                "client": 3782992,
            "score": 0,
+
                "partner": 45803,
            "id": 52444653,
+
                "batch": null,
            "batch": "320192620171213",
+
                "provider": "cylex",
            "createdAt": "2017-12-13T22:08:03.000Z",
+
                "url": "https://www.cylex-canada.ca/company/air-track-inc-23498654.html#rev147122",
            "directory": "getfave",
+
                "reviewer": "Roman Prince",
            "elapsedTime": 8298
+
                "sentiment": null,
         },
+
                "score": 5,
         {
+
                "comment": "Air Track team work was good.Great expertise - especially when it comes to air conditioning systems from Our Company. Fair in price. You are in good hands there!. Thanks to Air Track INC.",
            "client": 3201926,
+
                "replied": false,
            "partner": 7,
+
                "id": 5,
            "data": {
+
                "createdAt": "2022-06-21T21:47:55.000Z",
                 "dirName": "Lacartes",
+
                "reviewKey": "CA147122",
                 "dirHandle": "lacartes",
+
                "reviewedAt": "2021-10-26T12:30:42.000Z"
                 "dirQuery": "https://www.google.com/search?q=site%3Alacartes.com+Gina%27s+Pizza+3142+w+balboa+%22%28949%29+723-4462%22&ie=utf-8&hl=en&as_qdr=all&aq=t&rls=org:mozilla:us:official&client=firefox&num=1&filter=1&nojs=1",
+
            }
                 "results": 0
+
         ],
 +
         "summaries": [
 +
            {
 +
                "client": 3782992,
 +
                "partner": 45803,
 +
                "directory": "brownbook",
 +
                 "rating": 2,
 +
                "id": 98,
 +
                 "createdAt": "2022-07-26T00:28:51.000Z",
 +
                 "errorAt": null,
 +
                "updatedAt": "2023-12-15T07:03:08.000Z",
 +
                "reviews": 1,
 +
                 "maxRating": 2
 
             },
 
             },
             "results": "false",
+
             {
            "errors": "false",
+
                "client": 3782992,
            "score": 0,
+
                "partner": 45803,
            "id": 52444666,
+
                 "directory": "cylex",
            "batch": "320192620171213",
+
                 "rating": 0,
            "createdAt": "2017-12-13T22:08:05.000Z",
+
                 "id": 6,
            "directory": "lacartes",
+
                 "createdAt": "2022-07-25T22:26:56.000Z",
            "elapsedTime": 9889
+
                "errorAt": null,
        },
+
                "updatedAt": "2023-12-15T07:03:39.000Z",
        {
+
                "reviews": 0,
            "client": 3201926,
+
                "maxRating": 0
            "partner": 7,
 
            "data": {
 
                 "dirName": "Foursquare",
 
                 "dirHandle": "foursquare",
 
                 "dirQuery": "https://foursquare.com/explore?mode=url&near=newport+beach%2c+ca+92663&q=Gina%27s+Pizza",
 
                 "results": 1,
 
                "result": [
 
                    {
 
                        "link": "http://www.foursquare.com/v/ginas-pizza--newport-beach/4e51c76a1f6eae4d253ae378",
 
                        "methods": {
 
                            "url": "https://foursquare.com/explore?mode=url&near=newport+beach%2c+ca+92663&q=Gina%27s+Pizza",
 
                            "enclosure": "resultsView",
 
                            "enctype": "id",
 
                            "phone_enc": "class",
 
                            "phone_sym": "linkAttrValue",
 
                            "phone_tag": "span",
 
                            "phone_kind": "class",
 
                            "phone_val": "tel",
 
                            "addr_enc": "class",
 
                            "addr_sym": "primaryInfo",
 
                            "addr_tag": "div",
 
                            "addr_kind": "class",
 
                            "addr_val": "adr",
 
                            "size": 10000
 
                        },
 
                        "title": "Gina's Pizza -- Newport Beach",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Gina's Pizza -- Newport Beach",
 
                                "address": "3142 W Balboa Blvd (at 32nd St) Newport Beach, CA 92663 United States",
 
                                "phone": "(949) 723-4462",
 
                                "n": {
 
                                    "percentage": 63
 
                                },
 
                                "a": {
 
                                    "percentage": 92
 
                                },
 
                                "p": {
 
                                    "percentage": 100
 
                                }
 
                            },
 
                            "score": 85
 
                        },
 
                        "fulfillment": false
 
                    }
 
                ]
 
 
             },
 
             },
             "results": "true",
+
             {
            "errors": "false",
+
                "client": 3782992,
            "score": 85,
+
                "partner": 45803,
            "id": 52444672,
+
                 "directory": "google",
            "batch": "320192620171213",
+
                 "rating": 5,
            "createdAt": "2017-12-13T22:08:06.000Z",
+
                 "id": 25028,
            "directory": "foursquare",
+
                 "createdAt": "2022-09-06T17:19:06.000Z",
            "elapsedTime": 11372
+
                "errorAt": null,
        },
+
                "updatedAt": "2023-12-15T07:02:42.000Z",
        {
+
                "reviews": 17,
            "client": 3201926,
+
                "maxRating": 5
            "partner": 7,
 
            "data": {
 
                 "dirName": "Local",
 
                 "dirHandle": "local",
 
                 "dirQuery": "http://www.local.com/business/results/?keyword=gina+pizza&location=Newport+Beach%2C+CA+92663",
 
                 "results": 3,
 
                "result": [
 
                    {
 
                        "link": "http://www.local.com/business/details/newport-beach-ca/ginas-pizza-121043665/",
 
                        "methods": {
 
                            "url": "http://www.local.com/business/results/?keyword=gina+pizza&location=Newport+Beach%2C+CA+92663",
 
                            "enclosure": "site",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Gina's Pizza",
 
                        "tech": "true",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Gina's Pizza",
 
                                "address": "3142 W Balboa Blvd, Newport Beach, CA 92663-3037",
 
                                "phone": "(949) 723-4462",
 
                                "n": {
 
                                    "percentage": 100
 
                                },
 
                                "a": {
 
                                    "percentage": 100
 
                                },
 
                                "p": {
 
                                    "percentage": 100
 
                                }
 
                            },
 
                            "score": 100
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "http://www.local.com/business/details/newport-beach-ca/azars-pizza-53302109/",
 
                        "methods": {
 
                            "url": "http://www.local.com/business/results/?keyword=gina+pizza&location=Newport+Beach%2C+CA+92663",
 
                            "enclosure": "site",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Azars Pizza",
 
                        "tech": "true",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Azars Pizza",
 
                                "address": "309 Palm St Ste B, Newport Beach, CA 92661-1203",
 
                                "phone": "(949) 673-8516",
 
                                "n": {
 
                                    "percentage": 70
 
                                },
 
                                "a": {
 
                                    "percentage": 77
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 69
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "http://www.local.com/business/details/newport-beach-ca/laventinas-big-cheese-pizza-1700652/",
 
                        "methods": {
 
                            "url": "http://www.local.com/business/results/?keyword=gina+pizza&location=Newport+Beach%2C+CA+92663",
 
                            "enclosure": "site",
 
                            "enctype": "id"
 
                        },
 
                        "title": "Laventina's Big Cheese Pizza",
 
                        "tech": "true",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Laventina's Big Cheese Pizza",
 
                                "address": "2819 Newport Blvd, Newport Beach, CA",
 
                                "phone": "(949) 675-1980",
 
                                "n": {
 
                                    "percentage": 53
 
                                },
 
                                "a": {
 
                                    "percentage": 66
 
                                },
 
                                "p": {
 
                                    "percentage": 40
 
                                }
 
                            },
 
                            "score": 53
 
                        },
 
                        "fulfillment": false
 
                    }
 
                ]
 
 
             },
 
             },
             "results": "true",
+
             {
            "errors": "false",
+
                "client": 3782992,
            "score": 100,
+
                "partner": 45803,
            "id": 52444690,
+
                 "directory": "judysbook",
            "batch": "320192620171213",
+
                 "rating": 0,
            "createdAt": "2017-12-13T22:08:12.000Z",
+
                 "id": 83,
            "directory": "local",
+
                 "createdAt": "2022-07-26T00:25:35.000Z",
            "elapsedTime": 16137
+
                "errorAt": null,
        },
+
                "updatedAt": "2023-12-15T06:58:02.000Z",
        {
+
                "reviews": 0,
            "client": 3201926,
+
                "maxRating": 0
            "partner": 7,
 
            "data": {
 
                 "dirName": "Kudzu",
 
                 "dirHandle": "kudzu",
 
                "dirQuery": "http://www.kudzu.com/controller.jsp?CURRENTLOCATION=Newport+Beach%2C+CA+92663&N=0&searchVal=Gina%27s+Pizza&currentLocation=Newport+Beach%2C+CA+92663&searchType=keyword&Ns=P_PremiumPlacement",
 
                 "results": 1,
 
                 "result": [
 
                    {
 
                        "link": "http://www.kudzu.com/m/Ginas-Pizza-12478103",
 
                        "methods": {
 
                            "url": "http://www.kudzu.com/controller.jsp?CURRENTLOCATION=Newport+Beach%2C+CA+92663&N=0&searchVal=Gina%27s+Pizza&currentLocation=Newport+Beach%2C+CA+92663&searchType=keyword&Ns=P_PremiumPlacement",
 
                            "enclosure": "search-result-block",
 
                            "enctype": "id",
 
                            "phone_enc": "id",
 
                            "phone_sym": "profile-contact-details",
 
                            "phone_tag": "span",
 
                            "phone_kind": "class",
 
                            "phone_val": "tel"
 
                        },
 
                        "title": "Gina's Pizza",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Gina's Pizza",
 
                                "address": "309 PALM ST., Newport Beach, CA 92661",
 
                                "phone": "(949) 673-8516",
 
                                "n": {
 
                                    "percentage": 100
 
                                },
 
                                "a": {
 
                                    "percentage": 77
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 79
 
                        },
 
                        "fulfillment": false
 
                    }
 
                ]
 
 
             },
 
             },
             "results": "true",
+
             {
            "errors": "false",
+
                "client": 3782992,
            "score": 79,
+
                "partner": 45803,
            "id": 52444693,
+
                 "directory": "showmelocal",
            "batch": "320192620171213",
+
                 "rating": 0,
            "createdAt": "2017-12-13T22:08:13.000Z",
+
                 "id": 95,
            "directory": "kudzu",
+
                 "createdAt": "2022-07-26T00:28:51.000Z",
            "elapsedTime": 17889
+
                "errorAt": null,
        },
+
                "updatedAt": "2023-12-15T07:03:13.000Z",
        {
+
                "reviews": 0,
            "client": 3201926,
+
                "maxRating": 0
            "partner": 7,
 
            "data": {
 
                 "dirName": "Tupalo",
 
                 "dirHandle": "tupalo",
 
                 "dirQuery": "http://tupalo.com/en/search?q=gina%27s+pizza&city_id=newport+beach%2C+ca",
 
                 "results": 2,
 
                "result": [
 
                    {
 
                        "link": "http://www.tupalo.co/newport-beach-california/ginas-pizza-w-coast-hwy",
 
                        "methods": {
 
                            "url": "http://tupalo.com/en/search?q=gina%27s+pizza&city_id=newport+beach%2C+ca",
 
                            "enclosure": "list-group-item spot",
 
                            "enctype": "class",
 
                            "phone_enc": "class",
 
                            "phone_sym": "clearfix",
 
                            "phone_tag": "span",
 
                            "phone_kind": "itemprop",
 
                            "phone_val": "telephone"
 
                        },
 
                        "title": "Gina's Pizza",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Gina's Pizza",
 
                                "address": "4507 W Coast Hwy, Newport Beach, CA, United States 92663",
 
                                "phone": "(949) 722-1236",
 
                                "n": {
 
                                    "percentage": 100
 
                                },
 
                                "a": {
 
                                    "percentage": 80
 
                                },
 
                                "p": {
 
                                    "percentage": 70
 
                                }
 
                            },
 
                            "score": 83
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "http://www.tupalo.co/newport-beach-california/ginas-pizza",
 
                        "methods": {
 
                            "url": "http://tupalo.com/en/search?q=gina%27s+pizza&city_id=newport+beach%2C+ca",
 
                            "enclosure": "list-group-item spot",
 
                            "enctype": "class",
 
                            "phone_enc": "class",
 
                            "phone_sym": "clearfix",
 
                            "phone_tag": "span",
 
                            "phone_kind": "itemprop",
 
                            "phone_val": "telephone"
 
                        },
 
                        "title": "Gina's Pizza",
 
                        "tech": "false",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Gina's Pizza",
 
                                "address": "1100 East Coast Hwy, Newport Beach, CA, United States 92660",
 
                                "phone": "(949) 494-4342",
 
                                "n": {
 
                                    "percentage": 100
 
                                },
 
                                "a": {
 
                                    "percentage": 74
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 78
 
                        },
 
                        "fulfillment": false
 
                    }
 
                ]
 
 
             },
 
             },
             "results": "true",
+
             {
            "errors": "false",
+
                "client": 3782992,
            "score": 83,
+
                "partner": 45803,
            "id": 52444695,
+
                "directory": "yelp",
            "batch": "320192620171213",
+
                "rating": 5,
            "createdAt": "2017-12-13T22:08:32.000Z",
+
                "id": 24709,
             "directory": "tupalo",
+
                "createdAt": "2022-09-06T17:18:29.000Z",
            "elapsedTime": 36162
+
                "errorAt": null,
        },
+
                "updatedAt": "2023-12-15T07:01:46.000Z",
 +
                "reviews": 3,
 +
                "maxRating": 5
 +
             }
 +
        ]
 +
    }
 +
}
 +
 
 +
</syntaxhighlight>
 +
 
 +
 
 +
== Keyword Data ==
 +
This endpoint provides reporting on keyword organic rankings as well as a map grid chart centered around the business.
 +
=== API Endpoint ===
 +
<syntaxhighlight lang="html">
 +
https://p.lssdev.com/legacykeywords/{clientid}
 +
</syntaxhighlight>
 +
 
 +
=== Example Request ===
 +
<syntaxhighlight lang="php">
 +
GET /legacykeywords/3782992 HTTP/1.1
 +
Host: p.lssdev.com
 +
x-api-token: YOUR_API_KEY
 +
Content-Type: application/json
 +
</syntaxhighlight>
 +
 
 +
{
 +
    "status": 200,
 +
    "success": true,
 +
    "error": null,
 +
    "data": [
 
         {
 
         {
             "client": 3201926,
+
             "processing": false,
             "partner": 7,
+
             "keyword": "groomers",
            "data": {
+
            "rank_starting": 36,
                "dirName": "Yelp",
+
            "rank_ending": 36,
                "dirHandle": "yelp",
+
            "grid": [
                "dirQuery": "http://www.yelp.com/search?find_desc=Gina%27s+Pizza&find_loc=Newport+Beach%2C+CA+92663&ns=1",
+
                 {
                "results": 8,
+
                     "LAT": "33.143148973691",
                 "result": [
+
                    "LON": "-96.716604928864",
                     {
+
                    "rank": 0,
                        "link": "http://www.yelp.com/biz/ginas-pizza-newport-beach-2",
+
                    "point": "1,1",
                        "methods": {
+
                    "average": "[]"
                            "url": "http://www.yelp.com/search?find_desc=Gina%27s+Pizza&find_loc=Newport+Beach%2C+CA+92663&ns=1",
+
                },
                            "enclosure": "results-wrapper",
+
                {
                            "enctype": "class"
+
                    "LAT": "33.143148973691",
                        },
+
                     "LON": "-96.716585920617",
                        "title": "Gina's Pizza",
+
                    "rank": 0,
                        "tech": "true",
+
                    "point": "1,2",
                        "nap": {
+
                    "average": "[\"1,1\",\"1,3\"]"
                            "nap": {
+
                },
                                "name": "Gina's Pizza",
+
                {
                                "address": "3142 W Balboa Blvd Newport Beach, CA 92663",
+
                    "LAT": "33.143148973691",
                                "phone": "(949) 723-4462",
+
                     "LON": "-96.71656691237",
                                "n": {
+
                    "rank": 0,
                                    "percentage": 100
+
                    "point": "1,3",
                                },
+
                    "average": "[]"
                                "a": {
+
                },
                                    "percentage": 100
+
                {
                                },
+
                    "LAT": "33.143148973691",
                                "p": {
+
                    "LON": "-96.716547904123",
                                    "percentage": 100
+
                    "rank": 0,
                                }
+
                    "point": "1,4",
                            },
+
                    "average": "[\"1,3\",\"1,5\"]"
                            "score": 100
+
                }
                        },
+
            ],
                        "fulfillment": false
+
            "LAT": "33.1430933",
                    },
+
            "LON": "-96.7165384",
                     {
+
            "grid_distance": 15
                        "link": "http://www.yelp.com/biz/zpizza-newport-beach-7?osq=Gina%27s+Pizza",
+
        }
                        "methods": {
+
    ]
                            "url": "http://www.yelp.com/search?find_desc=Gina%27s+Pizza&find_loc=Newport+Beach%2C+CA+92663&ns=1",
+
}
                            "enclosure": "results-wrapper",
+
 
                            "enctype": "class"
+
=== API Endpoint to Start Tracking Keyword ===
                        },
+
You can add new keywords and location to start tracking.  The keywords to not have to match the keywords of your client data.  The location can be different as well.  For example, your business may be in Dallas Texas but you may wish to start tracking keyword rankings for the neighboring city of McKinney Texas.
                        "title": "Zpizza",
+
<syntaxhighlight lang="html">
                        "tech": "true",
+
https://p.lssdev.com/legacykeywords/{clientid}
                        "nap": {
+
</syntaxhighlight>
                            "nap": {
+
 
                                "name": "Zpizza",
+
=== Example Request ===
                                "address": "3423 Via Lido Newport Beach, CA 92663",
+
<syntaxhighlight lang="php">
                                "phone": "(949) 723-0707",
+
POST /legacykeywords/3782992 HTTP/1.1
                                "n": {
+
Host: p.lssdev.com
                                    "percentage": 63
+
x-api-token: YOUR_API_KEY
                                },
+
Content-Type: application/json
                                "a": {
+
 
                                    "percentage": 86
+
{ keyword }
                                },
+
 
                                "p": {
+
</syntaxhighlight>
                                    "percentage": 60
+
 
                                }
+
=== Example Response ===
                            },
+
<syntaxhighlight lang="json">
                            "score": 70
+
 
                        },
+
{
                        "fulfillment": false
+
    "status": 200,
                     },
+
    "success": true,
                    {
+
    "error": null,
                        "link": "http://www.yelp.com/biz/sanchos-tacos-newport-beach-2?osq=Gina%27s+Pizza",
+
    "data": {
                        "methods": {
+
        "url": "www.primpedpooches.com",
                            "url": "http://www.yelp.com/search?find_desc=Gina%27s+Pizza&find_loc=Newport+Beach%2C+CA+92663&ns=1",
+
        "tools": [
                            "enclosure": "results-wrapper",
+
            {
                            "enctype": "class"
+
                "tool": "tracking"
                        },
+
            }
                        "title": "Sancho's Tacos",
+
        ],
                        "tech": "true",
+
        "project_id": 15574797,
                        "nap": {
+
        "project_name": "Primped Pooches Mobile Dog Spa",
                            "nap": {
+
        "campaign_id": "15574797_1654562",
                                "name": "Sancho's Tacos",
+
        "competitors": [],
                                "address": "3014 W Balboa Blvd Newport Beach, CA 92663",
+
        "keywords": [
                                "phone": "(949) 723-8226",
+
            {
                                "n": {
+
                "keyword": "pooches",
                                    "percentage": 27
+
                "tags": [],
                                },
+
                "timestamp": 1707425315
                                "a": {
 
                                    "percentage": 97
 
                                },
 
                                "p": {
 
                                    "percentage": 70
 
                                }
 
                            },
 
                            "score": 65
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "http://www.yelp.com/biz/pizza-nova-newport-beach?osq=Gina%27s+Pizza",
 
                        "methods": {
 
                            "url": "http://www.yelp.com/search?find_desc=Gina%27s+Pizza&find_loc=Newport+Beach%2C+CA+92663&ns=1",
 
                            "enclosure": "results-wrapper",
 
                            "enctype": "class"
 
                        },
 
                        "title": "Pizza Nova",
 
                        "tech": "true",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Pizza Nova",
 
                                "address": "2601 W Paciffic Coast Hwy Newport Beach, CA 92663",
 
                                "phone": "(949) 574-4099",
 
                                "n": {
 
                                    "percentage": 53
 
                                },
 
                                "a": {
 
                                    "percentage": 74
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 62
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "http://www.yelp.com/biz/sabatinos-pizza-and-sausage-company-newport-beach?osq=Gina%27s+Pizza",
 
                        "methods": {
 
                            "url": "http://www.yelp.com/search?find_desc=Gina%27s+Pizza&find_loc=Newport+Beach%2C+CA+92663&ns=1",
 
                            "enclosure": "results-wrapper",
 
                            "enctype": "class"
 
                        },
 
                        "title": "Sabatino's Pizza & Sausage Company",
 
                        "tech": "true",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Sabatino's Pizza & Sausage Company",
 
                                "address": "406 32nd St Newport Beach, CA 92663",
 
                                "phone": "(949) 723-1930",
 
                                "n": {
 
                                    "percentage": 42
 
                                },
 
                                "a": {
 
                                    "percentage": 77
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 60
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "http://www.yelp.com/biz/marios-a-taste-of-italy-newport-beach-2?osq=Gina%27s+Pizza",
 
                        "methods": {
 
                            "url": "http://www.yelp.com/search?find_desc=Gina%27s+Pizza&find_loc=Newport+Beach%2C+CA+92663&ns=1",
 
                            "enclosure": "results-wrapper",
 
                            "enctype": "class"
 
                        },
 
                        "title": "Marios a Taste of Italy",
 
                        "tech": "true",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Marios a Taste of Italy",
 
                                "address": "4507 W Coast Hwy Newport Beach, CA 92663",
 
                                "phone": "(949) 722-7151",
 
                                "n": {
 
                                    "percentage": 34
 
                                },
 
                                "a": {
 
                                    "percentage": 80
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 58
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "http://www.yelp.com/biz/laventinas-big-cheese-pizza-newport-beach-4?osq=Gina%27s+Pizza",
 
                        "methods": {
 
                            "url": "http://www.yelp.com/search?find_desc=Gina%27s+Pizza&find_loc=Newport+Beach%2C+CA+92663&ns=1",
 
                            "enclosure": "results-wrapper",
 
                            "enctype": "class"
 
                        },
 
                        "title": "Laventina's Big Cheese Pizza",
 
                        "tech": "true",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Laventina's Big Cheese Pizza",
 
                                "address": "2819 Newport Blvd Ste B Newport Beach, CA 92663",
 
                                "phone": "(949) 675-1980",
 
                                "n": {
 
                                    "percentage": 53
 
                                },
 
                                "a": {
 
                                    "percentage": 76
 
                                },
 
                                "p": {
 
                                    "percentage": 40
 
                                }
 
                            },
 
                            "score": 56
 
                        },
 
                        "fulfillment": false
 
                    },
 
                    {
 
                        "link": "http://www.yelp.com/biz/mama-ds-italian-kitchen-newport-beach?osq=Gina%27s+Pizza",
 
                        "methods": {
 
                            "url": "http://www.yelp.com/search?find_desc=Gina%27s+Pizza&find_loc=Newport+Beach%2C+CA+92663&ns=1",
 
                            "enclosure": "results-wrapper",
 
                            "enctype": "class"
 
                        },
 
                        "title": "Mama D's Italian Kitchen",
 
                        "tech": "true",
 
                        "nap": {
 
                            "nap": {
 
                                "name": "Mama D's Italian Kitchen",
 
                                "address": "3012 Newport Blvd Newport Beach, CA 92663",
 
                                "phone": "(949) 675-6262",
 
                                "n": {
 
                                    "percentage": 20
 
                                },
 
                                "a": {
 
                                    "percentage": 82
 
                                },
 
                                "p": {
 
                                    "percentage": 60
 
                                }
 
                            },
 
                            "score": 54
 
                        },
 
                        "fulfillment": false
 
                    }
 
                ]
 
 
             },
 
             },
             "results": "true",
+
             {
             "errors": "false",
+
                "keyword": "grooming",
            "score": 100,
+
                "tags": [],
            "id": 52444696,
+
                "timestamp": 1707425548
            "batch": "320192620171213",
+
             }
            "createdAt": "2017-12-13T22:08:39.000Z",
+
        ]
            "directory": "yelp",
+
    }
            "elapsedTime": 44823
+
}
        }
+
 
    ],
+
</syntaxhighlight>
     "total": 39
+
 
 +
=== API Endpoint to Delete Single Keyword ===
 +
This will delete a single keyword from the list of keyword campaigns from the
 +
 
 +
<syntaxhighlight lang="html">
 +
https://p.lssdev.com/legacykeywords/{clientid}
 +
</syntaxhighlight>
 +
 
 +
=== Example Request ===
 +
<syntaxhighlight lang="php">
 +
DELETE /legacykeywords/3782992 HTTP/1.1
 +
Host: p.lssdev.com
 +
x-api-token: YOUR_API_KEY
 +
Content-Type: application/json
 +
 
 +
{ keyword }
 +
 
 +
</syntaxhighlight>
 +
 
 +
=== Example Response ===
 +
<syntaxhighlight lang="json">
 +
 
 +
{
 +
    "status": 200,
 +
    "success": true,
 +
    "error": null,
 +
    "data": true
 +
}
 +
 
 +
</syntaxhighlight>
 +
 
 +
 
 +
=== API Endpoint to Reset All Keywords ===
 +
If you wish to stop all the tracking campaigns, you can call this reset endpoint which will re-allocate the number any keyword campaigns you have per your location.
 +
<syntaxhighlight lang="html">
 +
https://p.lssdev.com/legacykeywords/{clientid}
 +
</syntaxhighlight>
 +
 
 +
=== Example Request ===
 +
<syntaxhighlight lang="php">
 +
DELETE /legacykeywords/3782992 HTTP/1.1
 +
Host: p.lssdev.com
 +
x-api-token: YOUR_API_KEY
 +
Content-Type: application/json
 +
</syntaxhighlight>
 +
 
 +
=== Example Response ===
 +
<syntaxhighlight lang="json">
 +
 
 +
{
 +
    "status": 200,
 +
    "success": true,
 +
    "error": null,
 +
     "data": true
 
}
 
}
 +
 
</syntaxhighlight>
 
</syntaxhighlight>

Revision as of 12:50, 23 April 2024

Get Client Report

This endpoint will return a large object that contains data.overview and data.data properties. Within each of those properties is baseline data, and optionally monthly progress data if the location is active with products and services. The overview section corresponds to the scores that can be seen on the baseline report within the dashboards. The data.data property has the individual scores and flags for each directory and local scan.

API Endpoint

http://p.lssdev.com/legacyclients/{client_id}/report

Example Request

GET /legacyclients/3201926/report HTTP/1.1
Host: p.lssdev.com
x-api-token: YOUR_API_KEY
Content-Type: application/json

Example Response

{
    "status": 200,
    "success": true,
    "error": null,
    "data": {
        "baseline_version": "jazz",
        "overview": {
            "baselineOverview": {
                "bingScore": 93,
                "directoriesScore": 31,
                "googleScore": 100,
                "localsScore": 96,
                "napScore": 39,
                "visibilityScore": 59,
                "yelpScore": 94,
                "voiceScore": 72,
                "localsScoreTotal": 287,
                "localsTotal": 3,
                "localsFound": 3,
                "localsNapScore": 96,
                "localsNapTotal": 287,
                "directoriesTotal": 42,
                "directoriesFound": 13,
                "directoriesNapScore": 35,
                "directoriesNapTotal": 1446,
                "voiceTotal": 5,
                "voiceFound": 4
            }
        },
        "data": {
            "baseline": {
                "locals": [
                    {
                        "product": "Bing local",
                        "directory": "bing",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/bing.png",
                        "found": true,
                        "score": 93,
                        "claimed": false,
                        "hours": true,
                        "date": "2021-01-06T21:24:48.000Z",
                        "categories": 0,
                        "reviews": 24,
                        "photos": 1,
                        "website": "https://www.kellysartshack.com/",
                        "link": "https://www.bing.com/maps?ss=ypid.YN873x2705681487866994578",
                        "phone": "(214) 935-8891",
                        "name": "Kelly's Art Shack",
                        "address": "312 Cloyd St, McKinney, TX 75069",
                        "nap": {
                            "name": 82,
                            "address": 96,
                            "phone": 100
                        }
                    },
                    {
                        "product": "Google",
                        "directory": "google",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/google.png",
                        "found": true,
                        "score": 100,
                        "claimed": true,
                        "hours": true,
                        "date": "2021-01-06T21:24:46.000Z",
                        "categories": 2,
                        "reviews": 5,
                        "photos": 1,
                        "website": "https://www.kellysartshack.com/",
                        "link": "https://maps.google.com/?cid=14732555693742418082",
                        "phone": "(214) 935-8891",
                        "name": "Kelly's Art Shack & Events",
                        "address": "312 E Cloyd St, McKinney, TX 75069, USA",
                        "nap": {
                            "name": 100,
                            "address": 100,
                            "phone": 100
                        }
                    },
                    {
                        "product": "Yelp",
                        "directory": "yelp",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/yelp.png",
                        "found": true,
                        "score": 94,
                        "claimed": true,
                        "hours": true,
                        "date": "2021-01-06T21:24:46.000Z",
                        "categories": 7,
                        "reviews": 2,
                        "photos": 1,
                        "website": "kellysartshack.com",
                        "link": "https://www.yelp.com/biz/kellys-art-shack-mckinney-2",
                        "phone": "(214) 935-8891",
                        "name": "Kelly's Art Shack",
                        "address": "312 E Cloyd St, McKinney, TX 75069",
                        "nap": {
                            "name": 82,
                            "address": 100,
                            "phone": 100
                        }
                    }
                ],
                "directories": [
                    {
                        "product": "Alignable",
                        "type": "directory",
                        "directory": "alignable",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/alignable.png",
                        "found": false,
                        "date": "2021-01-06T21:24:42.000Z"
                    },
                    {
                        "product": "Apple",
                        "type": "ftp",
                        "directory": "apple",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/apple.png",
                        "found": false,
                        "date": "2021-01-06T21:24:42.000Z"
                    },
                    {
                        "product": "Brownbook",
                        "directory": "brownbook",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/brownbook.png",
                        "found": true,
                        "score": 94,
                        "type": "directory",
                        "date": "2021-01-06T21:24:48.000Z",
                        "link": "https://brownbook.net/business/46687008/kellys-art-shack",
                        "name": "Kelly's Art Shack",
                        "address": "312 East Cloyd Street, McKinney, TX 75069",
                        "phone": "(214) 935-8891",
                        "nap": {
                            "name": 82,
                            "address": 100,
                            "phone": 100
                        }
                    },
                    {
                        "product": "Bubblelife",
                        "directory": "bubblelife",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/bubblelife.png",
                        "found": true,
                        "score": 94,
                        "type": "directory",
                        "date": "2021-01-06T21:24:48.000Z",
                        "link": "http://directory.bubblelife.com/listing/351732674/Kellys_Art_Shack",
                        "name": "Kelly's Art Shack",
                        "address": "312 East Cloyd Street, McKinney, TX, 75069",
                        "phone": "2149358891",
                        "nap": {
                            "name": 82,
                            "address": 100,
                            "phone": 100
                        }
                    },
                    {
                        "product": "Cataloxy",
                        "type": "directory",
                        "directory": "cataloxy",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/cataloxy.png",
                        "found": false,
                        "date": "2021-01-06T21:24:42.000Z"
                    },
                    {
                        "product": "Chamberofcommerce",
                        "directory": "chamberofcommerce",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/chamberofcommerce.png",
                        "found": true,
                        "score": 80,
                        "type": "directory",
                        "date": "2021-01-06T21:24:46.000Z",
                        "link": "https://www.chamberofcommerce.com/united-states/texas/mckinney/art-studios/2011504185-kellys-art-shack",
                        "name": "Kelly's Art ShackKelly's Art Shack",
                        "address": "312 East Cloyd Street Mckinney, TX 75069, 312 East Cloyd Street Mckinney, TX 75069",
                        "phone": "(214) 935-8891(214) 935-8891",
                        "nap": {
                            "name": 71,
                            "address": 68,
                            "phone": 100
                        }
                    },
                    {
                        "product": "Citysearch",
                        "type": "directory",
                        "directory": "citysearch",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/citysearch.png",
                        "found": false,
                        "date": "2021-01-06T21:24:43.000Z"
                    },
                    {
                        "product": "Citysquares",
                        "directory": "citysquares",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/citysquares.png",
                        "found": true,
                        "score": 94,
                        "type": "directory",
                        "date": "2021-01-06T21:24:46.000Z",
                        "link": "https://citysquares.com/b/kelly-s-art-shack-23512625",
                        "name": "Kelly's Art Shack",
                        "address": "312 East Cloyd Street, Mckinney, Texas, 75069",
                        "phone": "(214) 935-8891",
                        "nap": {
                            "name": 82,
                            "address": 100,
                            "phone": 100
                        }
                    },
                    {
                        "product": "Cylex",
                        "directory": "cylex",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/cylex.png",
                        "found": true,
                        "score": 94,
                        "type": "directory",
                        "date": "2021-01-06T21:24:43.000Z",
                        "link": "https://www.cylex.us.com/company/kelly%27s-art-shack-28002736.html",
                        "name": "Kelly's Art Shack",
                        "address": "312 East Cloyd Street, McKinney, TX 75069",
                        "phone": "2149358891",
                        "nap": {
                            "name": 82,
                            "address": 100,
                            "phone": 100
                        }
                    },
                    {
                        "product": "Dataprovider",
                        "type": "aggregator",
                        "directory": "dataprovider",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/dataprovider.png",
                        "found": false,
                        "date": "2021-01-06T21:24:41.000Z"
                    },
                    {
                        "product": "Dnb",
                        "type": "ftp",
                        "directory": "dnb",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/dnb.png",
                        "found": false,
                        "date": "2021-01-06T21:24:57.000Z"
                    },
                    {
                        "product": "Ebusinesspages",
                        "directory": "ebusinesspages",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/ebusinesspages.png",
                        "found": true,
                        "score": 94,
                        "type": "directory",
                        "date": "2021-01-06T21:24:57.000Z",
                        "link": "http://ebusinesspages.com/Kellys-Art-Shack_e4bp6.co",
                        "name": "Kelly's Art Shack",
                        "address": "312 East Cloyd Street, Mckinney, TX 75069",
                        "phone": "(214) 935-8891",
                        "nap": {
                            "name": 82,
                            "address": 100,
                            "phone": 100
                        }
                    },
                    {
                        "product": "Elocal",
                        "directory": "elocal",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/elocal.png",
                        "found": true,
                        "score": 94,
                        "type": "directory",
                        "date": "2021-01-06T21:24:51.000Z",
                        "link": "https://www.elocal.com/profile/kellya-s-art-shack-20346625/#!/category=319",
                        "name": "Kelly’s Art Shack",
                        "address": "312 East Cloyd Street, McKinney, TX, 75069",
                        "phone": "214-935-8891",
                        "nap": {
                            "name": 82,
                            "address": 100,
                            "phone": 100
                        }
                    },
                    {
                        "product": "Enrollbusiness",
                        "type": "directory",
                        "directory": "enrollbusiness",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/enrollbusiness.png",
                        "found": false,
                        "date": "2021-01-06T21:24:42.000Z"
                    },
                    {
                        "product": "Expressbusinessdirectory",
                        "type": "directory",
                        "directory": "expressbusinessdirectory",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/expressbusinessdirectory.png",
                        "found": false,
                        "date": "2021-01-06T21:24:51.000Z"
                    },
                    {
                        "product": "Ezlocal",
                        "type": "directory",
                        "directory": "ezlocal",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/ezlocal.png",
                        "found": false,
                        "date": "2021-01-06T21:24:46.000Z"
                    },
                    {
                        "product": "Factual",
                        "type": "directory",
                        "directory": "factual",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/factual.png",
                        "found": false,
                        "date": "2021-01-06T21:24:41.000Z"
                    },
                    {
                        "product": "Findopen",
                        "type": "directory",
                        "directory": "findopen",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/findopen.png",
                        "found": false,
                        "date": "2021-01-06T21:24:44.000Z"
                    },
                    {
                        "product": "Foursquare",
                        "directory": "foursquare",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/foursquare.png",
                        "found": true,
                        "score": 94,
                        "type": "aggregator",
                        "date": "2021-01-06T21:24:51.000Z",
                        "link": "https://foursquare.com/v/kellys-art-shack/5d553f77e8791a0008842e43",
                        "name": "Kelly’s Art Shack",
                        "address": "312 East Cloyd Street, McKinney, TX 75069, United States",
                        "phone": "(214) 935-8891",
                        "nap": {
                            "name": 82,
                            "address": 100,
                            "phone": 100
                        }
                    },
                    {
                        "product": "Here",
                        "type": "directory",
                        "directory": "here",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/here.png",
                        "found": false,
                        "date": "2021-01-06T21:24:42.000Z"
                    },
                    {
                        "product": "Hotfrog",
                        "type": "directory",
                        "directory": "hotfrog",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/hotfrog.png",
                        "found": false,
                        "date": "2021-01-06T21:24:42.000Z"
                    },
                    {
                        "product": "Hubbiz",
                        "type": "directory",
                        "directory": "hubbiz",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/hubbiz.png",
                        "found": false,
                        "date": "2021-01-06T21:24:43.000Z"
                    },
                    {
                        "product": "Ibegin",
                        "directory": "ibegin",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/ibegin.png",
                        "found": true,
                        "score": 94,
                        "type": "directory",
                        "date": "2021-01-06T21:24:44.000Z",
                        "link": "https://www.ibegin.com/directory/visit/17037905",
                        "name": "Kelly's Art Shack",
                        "address": "312 East Cloyd Street, Mckinney, Texas 75069",
                        "phone": "(214) 935-8891",
                        "nap": {
                            "name": 82,
                            "address": 100,
                            "phone": 100
                        }
                    },
                    {
                        "product": "Infobel",
                        "directory": "infobel",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/infobel.png",
                        "found": true,
                        "score": 59,
                        "type": "directory",
                        "date": "2021-01-06T21:24:43.000Z",
                        "link": "https://www.us-info.com/en/usa/kelly_s_art_shack/mckinney/USTX102328767-2149358891/businessdetails.aspx",
                        "name": "Kelly's Art Shack",
                        "address": "312 Cloyd St, 75069 McKinney, Texas",
                        "phone": "xIjh3b3+UefOQSaI5zdaQbBDIlsYdssNpJf2njXaJhY=",
                        "nap": {
                            "name": 82,
                            "address": 96,
                            "phone": 0
                        }
                    },
                    {
                        "product": "Infogroup",
                        "type": "aggregator",
                        "directory": "infogroup",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/infogroup.png",
                        "found": false,
                        "date": "2021-01-06T21:24:58.000Z"
                    },
                    {
                        "product": "Invalid",
                        "type": "directory",
                        "directory": "invalid",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/invalid.png",
                        "found": false,
                        "date": "2021-01-06T21:24:50.000Z"
                    },
                    {
                        "product": "Judysbook",
                        "directory": "judysbook",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/judysbook.png",
                        "found": true,
                        "score": 94,
                        "type": "directory",
                        "date": "2021-01-06T21:24:43.000Z",
                        "link": "https://www.judysbook.com/Kellys-Art-Shack-Art-Studios-mckinney-tx-r39944456.htm",
                        "name": "Kelly’s Art Shack",
                        "address": "312 East Cloyd Street, McKinney, TX 75069",
                        "phone": "2149358891",
                        "nap": {
                            "name": 82,
                            "address": 100,
                            "phone": 100
                        }
                    },
                    {
                        "product": "Localeze",
                        "directory": "localeze",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/localeze.png",
                        "found": true,
                        "score": 93,
                        "type": "aggregator",
                        "date": "2021-01-06T21:24:42.000Z",
                        "link": "https://www.neustarlocaleze.biz/directory/us/tx/mckinney/kellys-art-shack/906054103/",
                        "name": "Kelly's Art Shack",
                        "address": "312 Cloyd St, Mckinney, TX, 75069",
                        "phone": "(214) 935-8891",
                        "nap": {
                            "name": 82,
                            "address": 96,
                            "phone": 100
                        }
                    },
                    {
                        "product": "Localmint",
                        "type": "directory",
                        "directory": "localmint",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/localmint.png",
                        "found": false,
                        "date": "2021-01-06T21:24:44.000Z"
                    },
                    {
                        "product": "Localstack",
                        "directory": "localstack",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/localstack.png",
                        "found": true,
                        "score": 94,
                        "type": "directory",
                        "date": "2021-01-06T21:24:43.000Z",
                        "link": "https://localstack.com/biz/kellys-art-shack-mckinney-tx/3568539",
                        "name": "Kellys Art Shack",
                        "address": "312 East Cloyd Street, McKinney, TX 75069",
                        "phone": "(214) 935-8891",
                        "nap": {
                            "name": 82,
                            "address": 100,
                            "phone": 100
                        }
                    },
                    {
                        "product": "Merchantcircle",
                        "directory": "merchantcircle",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/merchantcircle.png",
                        "found": true,
                        "score": 94,
                        "type": "directory",
                        "date": "2021-01-06T21:24:50.000Z",
                        "link": "https://www.merchantcircle.com/kelly-s-art-shack-mckinney-tx",
                        "name": "Kelly's Art Shack",
                        "address": "312 East Cloyd Street, McKinney, TX, 75069",
                        "phone": "214-935-8891",
                        "nap": {
                            "name": 82,
                            "address": 100,
                            "phone": 100
                        }
                    },
                    {
                        "product": "N49",
                        "type": "directory",
                        "directory": "n49",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/n49.png",
                        "found": false,
                        "date": "2021-01-06T21:24:41.000Z"
                    },
                    {
                        "product": "Opendi",
                        "type": "directory",
                        "directory": "opendi",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/opendi.png",
                        "found": false,
                        "date": "2021-01-06T21:24:59.000Z"
                    },
                    {
                        "product": "Showmelocal",
                        "directory": "showmelocal",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/showmelocal.png",
                        "found": true,
                        "score": 94,
                        "type": "directory",
                        "date": "2021-01-06T21:24:50.000Z",
                        "link": "https://www.showmelocal.com/profile.aspx?bid=23095653",
                        "name": "Kelly's Art Shack",
                        "address": "312 East Cloyd Street, Mckinney, TX, 75069",
                        "phone": "(214)935-8891",
                        "nap": {
                            "name": 82,
                            "address": 100,
                            "phone": 100
                        }
                    },
                    {
                        "product": "Sitecards",
                        "type": "directory",
                        "directory": "sitecards",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/sitecards.png",
                        "found": false,
                        "date": "2021-01-06T21:24:50.000Z"
                    },
                    {
                        "product": "Superpages",
                        "type": "directory",
                        "directory": "superpages",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/superpages.png",
                        "found": false,
                        "date": "2021-01-06T21:24:48.000Z"
                    },
                    {
                        "product": "Tupalo",
                        "type": "directory",
                        "directory": "tupalo",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/tupalo.png",
                        "found": false,
                        "date": "2021-01-06T21:24:43.000Z"
                    },
                    {
                        "product": "Uscity",
                        "type": "directory",
                        "directory": "uscity",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/uscity.png",
                        "found": false,
                        "date": "2021-01-06T21:24:42.000Z"
                    },
                    {
                        "product": "Verizon411",
                        "type": "ftp",
                        "directory": "verizon411",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/verizon411.png",
                        "found": false,
                        "date": "2021-01-06T21:24:42.000Z"
                    },
                    {
                        "product": "Whereto",
                        "type": "directory",
                        "directory": "whereto",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/whereto.png",
                        "found": false,
                        "date": "2021-01-06T21:24:42.000Z"
                    },
                    {
                        "product": "Wherezit",
                        "type": "directory",
                        "directory": "wherezit",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/wherezit.png",
                        "found": false,
                        "date": "2021-01-06T21:24:41.000Z"
                    },
                    {
                        "product": "Yasabe",
                        "directory": "yasabe",
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/yasabe.png",
                        "found": true,
                        "score": 86,
                        "type": "directory",
                        "date": "2021-01-06T21:24:42.000Z",
                        "link": "https://www.dev.yasabe.com/en/mckinney-tx/d-1000000963797-kellys-art-shack.html",
                        "name": "Kellys Art Shack",
                        "address": "312 East Cloyd Street, McKinney, TX",
                        "phone": "(214)-935-8891",
                        "nap": {
                            "name": 82,
                            "address": 75,
                            "phone": 100
                        }
                    }
                ],
                "voice": [
                    {
                        "device": "google",
                        "name": "Google Assistant",
                        "score": 100,
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/google-home.png"
                    },
                    {
                        "device": "siri",
                        "name": "Apple Siri",
                        "score": 0,
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/Siri-logo.png"
                    },
                    {
                        "device": "bixby",
                        "name": "Samsung Bixby",
                        "score": 75,
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/Bixby.png"
                    },
                    {
                        "device": "alexa",
                        "name": "Amazon Alexa",
                        "score": 75,
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/amazon-alexa.png"
                    },
                    {
                        "device": "cortana",
                        "name": "Microsoft Cortana",
                        "score": 75,
                        "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/cortana-logo.png"
                    }
                ]
            }
        },
        "products": []
    }
}

General Rollup Report

This endpoint returned client rollup report averages, sum totals, and count.

API Endpoint

https://praxis.lssdev.com/api/v2/partner/{partner_id}/rollup/get-scores/

Example Request

GET /api/v2/partner/{partner_id}/rollup/get-scores/ HTTP/1.1
Host: praxis.lssdev.com
x-api-token: YOUR_API_KEY
Content-Type: application/json

Example Response

{
    "avgs": {
        "baseline_accurate": 5,
        "baseline_acuracy": 92,
        "baseline_directory": 20,
        "baseline_inaccurate": 30,
        "baseline_local": 41,
        "baseline_monitored": 35,
        "baseline_nap": 28,
        "baseline_presence": 14,
        "baseline_present": 5,
        "baseline_visibility": 28,
        "monthly_accuracy": 92,
        "monthly_accurate": 38,
        "monthly_bing": 59,
        "monthly_google": 49,
        "monthly_inaccurate": 3,
        "monthly_local": 49,
        "monthly_monitored": 42,
        "monthly_nap": 81,
        "monthly_presence": 95,
        "monthly_present": 40,
        "monthly_visivility": 81,
        "monthly_yelp": 40,
        "montlhy_directory": 98
    },
    "count": 211,
    "totals": {
        "baseline_accurate": 1004,
        "baseline_acuracy": 19349,
        "baseline_directory": 4232,
        "baseline_inaccurate": 6325,
        "baseline_local": 8744,
        "baseline_monitored": 7329,
        "baseline_nap": 5813,
        "baseline_presence": 3049,
        "baseline_present": 1140,
        "baseline_visibility": 5809,
        "monthly_accuracy": 19349,
        "monthly_accurate": 8113,
        "monthly_bing": 12349,
        "monthly_google": 10408,
        "monthly_inaccurate": 693,
        "monthly_local": 10414,
        "monthly_monitored": 8806,
        "monthly_nap": 17072,
        "monthly_presence": 20059,
        "monthly_present": 8404,
        "monthly_visivility": 17068,
        "monthly_yelp": 8494,
        "montlhy_directory": 20692
    }
}


Insight Data

This endpoint provides historical data for insights provided by Google My Business if enabled and activated. Dates can be filtered using where clauses in the as a JSON parameter like where={ recordedAt: { ">": "2020-03-01" } }. The same type of logic can be applied to multiple data points. When calling for multiple data points, it is important to included the ?limit and ?skip parameters to properly pagination results to improve performance. Insight data requires the partner key of the corresponding client/location.

API Endpoint

https://p.lssdev.com/legacyinsightdata?client={clientid}

Example Request

GET /legacyinsightdata?client={clientid} HTTP/1.1
Host: p.lssdev.com
x-api-token: YOUR_API_KEY
Content-Type: application/json

Example Response

{
    "status": 200,
    "success": true,
    "error": null,
    "data": [
        {
            "client": 123,
            "partner": 123456,
            "id": 3,
            "store_code": 0,
            "LA_score": 36,
            "brand_score": 0,
            "influence_score": 100,
            "listing_score": 80,
            "reputation_score": 0,
            "engagement_score": 0,
            "website_visits": 0,
            "phone_calls_clicks": 0,
            "phone_calls_tracked": 0,
            "directions": 0,
            "calls_directions": 0,
            "conv_rate": 0,
            "total_conversions": 0,
            "avg_sale_price": 0,
            "potential_revenue": 0,
            "investment": 0,
            "potential_roi": 0,
            "review_rating": 0,
            "photo_views": 28,
            "discovery_impressions": 6,
            "direct_impressions": 0,
            "chain_impressions": 0,
            "search_impressions_from_chain": 0,
            "listing_views": 6,
            "total_calls": 0,
            "first_time_caller": 0,
            "duration_seconds": 0,
            "active_location": 0,
            "cost_per_location": 0,
            "total_impressions": 6,
            "total_actions": 0,
            "cost_per_actions": 0,
            "createdAt": "2020-05-14T19:26:58.000Z",
            "recordedAt": "2020-05-07T12:00:00.000Z",
            "updatedAt": "2020-05-14T19:27:31.000Z"
        }
    ]
}


Voice Data

This endpoint provides information on voice enabled locations via the AdVoice product. All 3 query parameters are required. Unlike the other endpoints in our system, there are no conditionals that you can include in the request. The data returned is always an aggregate. You are free to set any range you wish and the endpoint will provide the totals for you.

API Endpoint

https://p.lssdev.com/legacyvoicedata?client={clientid}&startDate={startDate}&endDate={endDate}

Example Request

GET /legacyvoicedata?client={clientid}&startDate=2020-01-01&endDate=2020-07-01 HTTP/1.1
Host: p.lssdev.com
x-api-token: YOUR_API_KEY
Content-Type: application/json

Example Response

{
    "status": 200,
    "success": true,
    "error": null,
    "data": {
        "users_total": 115,
        "sessions_total": 210,
        "requests_total": 726,
        "users": [
            {
                "count": 41,
                "assistant": "GoogleAssistant"
            },
            {
                "count": 74,
                "assistant": "Alexa"
            }
        ],
        "requests": [
            {
                "count": 41,
                "assistant": "GoogleAssistant"
            },
            {
                "count": 74,
                "assistant": "Alexa"
            }
        ]
    }
}


Review Data

This endpoint provides a large JSON object with aggregate statistics as well as a sample set of recent review objects. This endpoint is only available for locations with active orders.

API Endpoint

https://p.lssdev.com/legacyclients/{clientid}/reviews

Example Request

GET /legacyclients/3782992/reviews HTTP/1.1
Host: p.lssdev.com
x-api-token: YOUR_API_KEY
Content-Type: application/json

Example Response

{
    "status": 200,
    "success": true,
    "error": null,
    "data": {
        "reviews": 21,
        "score": {
            "total": 4.85,
            "months_1": 4.85,
            "months_6": 4.85
        },
        "recency": {
            "total": 0,
            "week_1": 0,
            "months_1": 0,
            "months_2": 0,
            "months_3": 0
        },
        "sentiment": {
            "positive": 75,
            "above_average": 0,
            "neutral": 0,
            "below_average": 1,
            "negative": 0
        },
        "sources": [
            {
                "name": "BrownBook",
                "score": 2,
                "reviews": 1,
                "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/brownbook.png"
            },
            {
                "name": "Cylex USA",
                "score": 0,
                "reviews": 0,
                "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/cylex.png"
            },
            {
                "name": "Google",
                "score": 5,
                "reviews": 17,
                "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/google.png"
            },
            {
                "name": "Judy's Book",
                "score": 0,
                "reviews": 0,
                "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/judysbook.png"
            },
            {
                "name": "ShowMeLocal",
                "score": 0,
                "reviews": 0,
                "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/showmelocal.png"
            },
            {
                "name": "Yelp",
                "score": 5,
                "reviews": 3,
                "logo": "https://s3.amazonaws.com/p.assets.lssdev.com/directory_images/yelp.png"
            }
        ],
        "data": [
            {
                "client": 3782992,
                "partner": 45803,
                "batch": null,
                "provider": "google",
                "url": "https://search.google.com/local/reviews?placeid=ChIJBQbtuH8TTIYRougs11iNdMw",
                "reviewer": "Alison Thornton",
                "sentiment": null,
                "score": 5,
                "comment": "I had an incredible experience at Kelly's Art Shack & Events! The venue was perfect for hosting birthday parties, and the karaoke added a fantastic touch of entertainment. The Arty Party was a blast, and I thoroughly enjoyed painting a lively Tuscan scene. Kelly's Art Shack & Events is definitely a downtown McKinney gem for art enthusiasts and party-goers alike!",
                "replied": true,
                "id": 33407619,
                "createdAt": "2023-07-12T05:47:07.000Z",
                "reviewKey": "AbFvOqlx3ckOFtjqB498fIWRyzY-ZtOLhRez8hkzFFG2UKCgv0vKhhLwah4HVopX5mfB4nZbJ0YU",
                "reviewedAt": "2023-06-02T17:07:50.000Z"
            },
            {
                "client": 3782992,
                "partner": 45803,
                "batch": null,
                "provider": "google",
                "url": "https://search.google.com/local/reviews?placeid=ChIJBQbtuH8TTIYRougs11iNdMw",
                "reviewer": "Paul Grossman",
                "sentiment": null,
                "score": 5,
                "comment": "Breathtaking art!!! A wonderful place to see, learn from, and grow.",
                "replied": true,
                "id": 33407620,
                "createdAt": "2023-07-12T05:47:07.000Z",
                "reviewKey": "AbFvOqkxwZH_GD9qMaCuVB4zGt2I5sXuRgi0_ok4nmkfASBHP-bLtEhuz7BvyNihW38XI5tSHns3",
                "reviewedAt": "2023-02-16T21:50:47.000Z"
            },
            {
                "client": 3782992,
                "partner": 45803,
                "batch": null,
                "provider": "google",
                "url": "https://search.google.com/local/reviews?placeid=ChIJBQbtuH8TTIYRougs11iNdMw",
                "reviewer": "Linda Nunn",
                "sentiment": null,
                "score": 5,
                "comment": "Kelly is an amazing artist . I have purchased many canvases from her. In addition , she hosts events and is very involved with McKinney life. She features fellow artists as well and promotes great local bands. It is a fun place to visit or book a birthday party or commission Kelly for a mural or canvas for your home.",
                "replied": true,
                "id": 33407616,
                "createdAt": "2023-07-12T05:47:07.000Z",
                "reviewKey": "AbFvOqn4jpaktJNV_A6i4LKWAt1MTuP8uZuzCm0nWmxWDPcCxjmaTP8ZctiJqkMyHHtGkeBHHXOrKw",
                "reviewedAt": "2022-09-13T11:09:29.000Z"
            },
            {
                "client": 3782992,
                "partner": 45803,
                "batch": null,
                "provider": "google",
                "url": "https://search.google.com/local/reviews?placeid=ChIJBQbtuH8TTIYRougs11iNdMw",
                "reviewer": "Letitia Sanchez",
                "sentiment": null,
                "score": 5,
                "comment": "Kelly is a wonderful, professional artist who is a dream to collaborate with. Her art gallery and event venue is a beautiful space.\n\nTonight, Kelly's Art Gallery was the location for Joyland's Speakeasy paint and sip party. Poppy's Wings served catfish with truffle mac & cheese and baked beans. Folks, GET YOU SOME OF EVERYTHING!!!! Run, don't walk.",
                "replied": true,
                "id": 33407632,
                "createdAt": "2023-07-12T05:47:07.000Z",
                "reviewKey": "AbFvOqlWgPK8K77bs21PrqgpOohRorsbnmX9z5eljUPLitkBtdluw3-UCqoUVaQLtAVfZvrFPkLF",
                "reviewedAt": "2022-08-14T04:55:28.000Z"
            },
            {
                "client": 3782992,
                "partner": 45803,
                "batch": null,
                "provider": "google",
                "url": "https://search.google.com/local/reviews?placeid=ChIJBQbtuH8TTIYRougs11iNdMw",
                "reviewer": "Joseph Ortiz",
                "sentiment": null,
                "score": 5,
                "comment": "",
                "replied": true,
                "id": 33407628,
                "createdAt": "2023-07-12T05:47:07.000Z",
                "reviewKey": "AbFvOqns8q_enfIwdmCMasU8OjeiyHAYZopnNUdB-wo9kUmHVC_2PfpduCvKAntwXiwv0T6oUM4YJA",
                "reviewedAt": "2022-08-03T16:46:36.000Z"
            },
            {
                "client": 3782992,
                "partner": 45803,
                "batch": null,
                "provider": "brownbook",
                "url": "https://www.brownbook.net/business/49380379/kellys-art-shack-events",
                "reviewer": "Dr. Franklin Perry",
                "sentiment": null,
                "score": 2,
                "comment": "Did a great job on my commissioned artwork",
                "replied": false,
                "id": 38046,
                "createdAt": "2022-09-21T17:59:05.000Z",
                "reviewKey": "603793",
                "reviewedAt": "2022-05-03T19:18:52.000Z"
            },
            {
                "client": 3782992,
                "partner": 45803,
                "batch": null,
                "provider": "cylex",
                "url": "https://www.cylex-canada.ca/company/air-track-inc-23498654.html#rev147837",
                "reviewer": "William Marcus",
                "sentiment": null,
                "score": 5,
                "comment": "The fitters came on time, worked quickly and cleanly. Care and operation of the air conditioner were also explained to us in a way that was easy to understand. Thanks a lot for Air Track. Gladly again.",
                "replied": false,
                "id": 21,
                "createdAt": "2022-06-21T21:47:58.000Z",
                "reviewKey": "CA147837",
                "reviewedAt": "2022-03-07T10:16:46.000Z"
            },
            {
                "client": 3782992,
                "partner": 45803,
                "batch": null,
                "provider": "cylex",
                "url": "https://www.cylex-canada.ca/company/air-track-inc-23498654.html#rev147599",
                "reviewer": "Jay J. Jones",
                "sentiment": null,
                "score": 5,
                "comment": "Just had Air track Inc in to replace an old HVAC unit. Director Frank was outstanding! He’s honest, gives you his opinion yet respects your needs. Extremely kind and courteous with almost 40 years of experience, the work completed was outstanding. Definitely recommend them.",
                "replied": false,
                "id": 24,
                "createdAt": "2022-06-21T21:47:58.000Z",
                "reviewKey": "CA147599",
                "reviewedAt": "2022-01-18T12:16:57.000Z"
            },
            {
                "client": 3782992,
                "partner": 45803,
                "batch": null,
                "provider": "google",
                "url": "https://search.google.com/local/reviews?placeid=ChIJBQbtuH8TTIYRougs11iNdMw",
                "reviewer": "latasha whalen",
                "sentiment": null,
                "score": 5,
                "comment": "",
                "replied": true,
                "id": 33407622,
                "createdAt": "2023-07-12T05:47:07.000Z",
                "reviewKey": "AbFvOqmp3Rwzi0ReMLaVJWUe163LOHL6ke9xgJOZD_vHMqn-q74IEl7P9qVYLd1fiPvBgCs8a-wv",
                "reviewedAt": "2022-01-09T00:35:09.000Z"
            },
            {
                "client": 3782992,
                "partner": 45803,
                "batch": null,
                "provider": "cylex",
                "url": "https://www.cylex-canada.ca/company/air-track-inc-23498654.html#rev147474",
                "reviewer": "Kyle Butler",
                "sentiment": null,
                "score": 5,
                "comment": "Excellent Service; after accepting a detailed quote from Frank, our replacement combo boiler was installed 3 days later. They demonstrated how to manage the boiler &amp; wireless controller before removing the old boiler &amp; tidying up before leaving.. I would definitely recommend Air Track Inc.",
                "replied": false,
                "id": 37,
                "createdAt": "2022-06-21T21:48:02.000Z",
                "reviewKey": "CA147474",
                "reviewedAt": "2021-12-29T18:18:37.000Z"
            },
            {
                "client": 3782992,
                "partner": 45803,
                "batch": null,
                "provider": "cylex",
                "url": "https://www.cylex-canada.ca/company/air-track-inc-23498654.html#rev147452",
                "reviewer": "Ivan Cohen",
                "sentiment": null,
                "score": 5,
                "comment": "Fantastic throughout. Very professional, kept us well informed, worked well with the other people working on our basement and took a huge amount of pride in their work. Very highly recommended.",
                "replied": false,
                "id": 41,
                "createdAt": "2022-06-21T21:48:03.000Z",
                "reviewKey": "CA147452",
                "reviewedAt": "2021-12-24T11:38:14.000Z"
            },
            {
                "client": 3782992,
                "partner": 45803,
                "batch": null,
                "provider": "cylex",
                "url": "https://www.cylex-canada.ca/company/air-track-inc-23498654.html#rev147355",
                "reviewer": "Christopher Fonville",
                "sentiment": null,
                "score": 5,
                "comment": "Excellent service..My 5 month old boiler stopped working. Frank turned up on time , resolved the problem really quickly,it wasnt the boiler but one of two options, both of he pointed out to me and were a quick fix . Thank you for your help and time .",
                "replied": false,
                "id": 39,
                "createdAt": "2022-06-21T21:48:02.000Z",
                "reviewKey": "CA147355",
                "reviewedAt": "2021-12-01T13:37:21.000Z"
            },
            {
                "client": 3782992,
                "partner": 45803,
                "batch": null,
                "provider": "cylex",
                "url": "https://www.cylex-canada.ca/company/air-track-inc-23498654.html#rev147345",
                "reviewer": "Kristen Spearman",
                "sentiment": null,
                "score": 5,
                "comment": "I recommend Air Track Inc to everyone. They fulfilled the agreement with excellence of professionalism. Excellent professional!  They handle the equipment very carefully to protect the same. Attentive, punctual, clean service. I confirm the other positive evaluations of this professional. Also for the fast service for getting it done. We were so pleased with their service and we used them again.",
                "replied": false,
                "id": 27,
                "createdAt": "2022-06-21T21:47:59.000Z",
                "reviewKey": "CA147345",
                "reviewedAt": "2021-11-30T10:42:22.000Z"
            },
            {
                "client": 3782992,
                "partner": 45803,
                "batch": null,
                "provider": "cylex",
                "url": "https://www.cylex-canada.ca/company/air-track-inc-23498654.html#rev147192",
                "reviewer": "Maverick Erickson",
                "sentiment": null,
                "score": 5,
                "comment": "Customer service is still very important here - friendly, competent and punctual. Thank you Air Track.",
                "replied": false,
                "id": 1,
                "createdAt": "2022-06-21T21:47:55.000Z",
                "reviewKey": "CA147192",
                "reviewedAt": "2021-11-08T10:53:58.000Z"
            },
            {
                "client": 3782992,
                "partner": 45803,
                "batch": null,
                "provider": "cylex",
                "url": "https://www.cylex-canada.ca/company/air-track-inc-23498654.html#rev147122",
                "reviewer": "Roman Prince",
                "sentiment": null,
                "score": 5,
                "comment": "Air Track team work was good.Great expertise - especially when it comes to air conditioning systems from Our Company. Fair in price. You are in good hands there!. Thanks to Air Track INC.",
                "replied": false,
                "id": 5,
                "createdAt": "2022-06-21T21:47:55.000Z",
                "reviewKey": "CA147122",
                "reviewedAt": "2021-10-26T12:30:42.000Z"
            }
        ],
        "summaries": [
            {
                "client": 3782992,
                "partner": 45803,
                "directory": "brownbook",
                "rating": 2,
                "id": 98,
                "createdAt": "2022-07-26T00:28:51.000Z",
                "errorAt": null,
                "updatedAt": "2023-12-15T07:03:08.000Z",
                "reviews": 1,
                "maxRating": 2
            },
            {
                "client": 3782992,
                "partner": 45803,
                "directory": "cylex",
                "rating": 0,
                "id": 6,
                "createdAt": "2022-07-25T22:26:56.000Z",
                "errorAt": null,
                "updatedAt": "2023-12-15T07:03:39.000Z",
                "reviews": 0,
                "maxRating": 0
            },
            {
                "client": 3782992,
                "partner": 45803,
                "directory": "google",
                "rating": 5,
                "id": 25028,
                "createdAt": "2022-09-06T17:19:06.000Z",
                "errorAt": null,
                "updatedAt": "2023-12-15T07:02:42.000Z",
                "reviews": 17,
                "maxRating": 5
            },
            {
                "client": 3782992,
                "partner": 45803,
                "directory": "judysbook",
                "rating": 0,
                "id": 83,
                "createdAt": "2022-07-26T00:25:35.000Z",
                "errorAt": null,
                "updatedAt": "2023-12-15T06:58:02.000Z",
                "reviews": 0,
                "maxRating": 0
            },
            {
                "client": 3782992,
                "partner": 45803,
                "directory": "showmelocal",
                "rating": 0,
                "id": 95,
                "createdAt": "2022-07-26T00:28:51.000Z",
                "errorAt": null,
                "updatedAt": "2023-12-15T07:03:13.000Z",
                "reviews": 0,
                "maxRating": 0
            },
            {
                "client": 3782992,
                "partner": 45803,
                "directory": "yelp",
                "rating": 5,
                "id": 24709,
                "createdAt": "2022-09-06T17:18:29.000Z",
                "errorAt": null,
                "updatedAt": "2023-12-15T07:01:46.000Z",
                "reviews": 3,
                "maxRating": 5
            }
        ]
    }
}


Keyword Data

This endpoint provides reporting on keyword organic rankings as well as a map grid chart centered around the business.

API Endpoint

https://p.lssdev.com/legacykeywords/{clientid}

Example Request

GET /legacykeywords/3782992 HTTP/1.1
Host: p.lssdev.com
x-api-token: YOUR_API_KEY
Content-Type: application/json

{

   "status": 200,
   "success": true,
   "error": null,
   "data": [
       {
           "processing": false,
           "keyword": "groomers",
           "rank_starting": 36,
           "rank_ending": 36,
           "grid": [
               {
                   "LAT": "33.143148973691",
                   "LON": "-96.716604928864",
                   "rank": 0,
                   "point": "1,1",
                   "average": "[]"
               },
               {
                   "LAT": "33.143148973691",
                   "LON": "-96.716585920617",
                   "rank": 0,
                   "point": "1,2",
                   "average": "[\"1,1\",\"1,3\"]"
               },
               {
                   "LAT": "33.143148973691",
                   "LON": "-96.71656691237",
                   "rank": 0,
                   "point": "1,3",
                   "average": "[]"
               },
               {
                   "LAT": "33.143148973691",
                   "LON": "-96.716547904123",
                   "rank": 0,
                   "point": "1,4",
                   "average": "[\"1,3\",\"1,5\"]"
               }
           ],
           "LAT": "33.1430933",
           "LON": "-96.7165384",
           "grid_distance": 15
       }
   ]

}

API Endpoint to Start Tracking Keyword

You can add new keywords and location to start tracking. The keywords to not have to match the keywords of your client data. The location can be different as well. For example, your business may be in Dallas Texas but you may wish to start tracking keyword rankings for the neighboring city of McKinney Texas.

https://p.lssdev.com/legacykeywords/{clientid}

Example Request

POST /legacykeywords/3782992 HTTP/1.1
Host: p.lssdev.com
x-api-token: YOUR_API_KEY
Content-Type: application/json

{ keyword }

Example Response

{
    "status": 200,
    "success": true,
    "error": null,
    "data": {
        "url": "www.primpedpooches.com",
        "tools": [
            {
                "tool": "tracking"
            }
        ],
        "project_id": 15574797,
        "project_name": "Primped Pooches Mobile Dog Spa",
        "campaign_id": "15574797_1654562",
        "competitors": [],
        "keywords": [
            {
                "keyword": "pooches",
                "tags": [],
                "timestamp": 1707425315
            },
            {
                "keyword": "grooming",
                "tags": [],
                "timestamp": 1707425548
            }
        ]
    }
}

API Endpoint to Delete Single Keyword

This will delete a single keyword from the list of keyword campaigns from the

https://p.lssdev.com/legacykeywords/{clientid}

Example Request

DELETE /legacykeywords/3782992 HTTP/1.1
Host: p.lssdev.com
x-api-token: YOUR_API_KEY
Content-Type: application/json

{ keyword }

Example Response

{
    "status": 200,
    "success": true,
    "error": null,
    "data": true
}


API Endpoint to Reset All Keywords

If you wish to stop all the tracking campaigns, you can call this reset endpoint which will re-allocate the number any keyword campaigns you have per your location.

https://p.lssdev.com/legacykeywords/{clientid}

Example Request

DELETE /legacykeywords/3782992 HTTP/1.1
Host: p.lssdev.com
x-api-token: YOUR_API_KEY
Content-Type: application/json

Example Response

{
    "status": 200,
    "success": true,
    "error": null,
    "data": true
}