Difference between revisions of "Reports"

From Advice Local Wiki
Jump to: navigation, search
(Trigger a Report)
(Trigger a Report)
Line 21: Line 21:
 
     "error": null,
 
     "error": null,
 
     "data": "report initiated"
 
     "data": "report initiated"
 +
}
 +
</syntaxhighlight>
 +
== Directory Data Report ==
 +
=== API Endpoint ===
 +
<syntaxhighlight lang="html">
 +
http://p.lssdev.com/legacydirectorydata?client={client_id}
 +
</syntaxhighlight>
 +
 +
=== Example Request ===
 +
<syntaxhighlight lang="php">
 +
GET /legacydirectorydata?client=12345 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,
 +
            "partner": 7,
 +
            "data": {
 +
                "dirName": "Chamberofcommerce",
 +
                "dirHandle": "chamberofcommerce",
 +
                "dirQuery": "https://www.chamberofcommerce.com/search/results?what=gina%27s+pizza&where=newport+beach%2C+ca",
 +
                "results": 4,
 +
                "result": [
 +
                    {
 +
                        "link": "https://www.chamberofcommerce.com/newport-beach-ca/25230470-ginas-pizza",
 +
                        "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",
 +
                        "tech": "false",
 +
                        "nap": {
 +
                            "nap": {
 +
                                "name": "Gina's Pizza",
 +
                                "address": "3142 W Balboa Blvd -  Newport Beach, California 92663",
 +
                                "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",
 +
                        "methods": {
 +
                            "url": "https://www.chamberofcommerce.com/search/results?what=gina%27s+pizza&where=newport+beach%2C+ca",
 +
                            "enclosure": "main-content",
 +
                            "enctype": "class"
 +
                        },
 +
                        "title": "Ginas Pizza Inc",
 +
                        "tech": "false",
 +
                        "nap": {
 +
                            "nap": {
 +
                                "name": "Ginas Pizza Inc",
 +
                                "address": "309 Palm St -  Newport Beach, California 92661",
 +
                                "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",
 +
                        "methods": {
 +
                            "url": "https://www.chamberofcommerce.com/search/results?what=gina%27s+pizza&where=newport+beach%2C+ca",
 +
                            "enclosure": "main-content",
 +
                            "enctype": "class"
 +
                        },
 +
                        "title": "Ginas Pizza Newport",
 +
                        "tech": "false",
 +
                        "nap": {
 +
                            "nap": {
 +
                                "name": "Ginas Pizza Newport",
 +
                                "address": "4507 W Coast Hwy -  Newport Beach, California 92663",
 +
                                "phone": "(949) 722-1236",
 +
                                "n": {
 +
                                    "percentage": 74
 +
                                },
 +
                                "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": {
 +
                                "name": "Gina's Pizza",
 +
                                "address": "3142 W Balboa Newport Beach ",
 +
                                "phone": "(ITS) ERR-TECH",
 +
                                "n": {
 +
                                    "percentage": 100
 +
                                },
 +
                                "a": {
 +
                                    "percentage": 71
 +
                                },
 +
                                "p": {
 +
                                    "percentage": 0
 +
                                }
 +
                            },
 +
                            "score": 57
 +
                        },
 +
                        "fulfillment": false
 +
                    }
 +
                ]
 +
            },
 +
            "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",
 +
                        "methods": {
 +
                            "url": "http://www.elocal.com/search/ca/newport-beach?search_category=gina%27s+pizza#!/page=1",
 +
                            "enclosure": "search_results_container",
 +
                            "enctype": "id"
 +
                        },
 +
                        "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",
 +
                        "methods": {
 +
                            "url": "http://www.elocal.com/search/ca/newport-beach?search_category=gina%27s+pizza#!/page=1",
 +
                            "enclosure": "search_results_container",
 +
                            "enctype": "id"
 +
                        },
 +
                        "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",
 +
                        "methods": {
 +
                            "url": "http://www.elocal.com/search/ca/newport-beach?search_category=gina%27s+pizza#!/page=1",
 +
                            "enclosure": "search_results_container",
 +
                            "enctype": "id"
 +
                        },
 +
                        "title": "Taco Bell",
 +
                        "tech": "false",
 +
                        "nap": {
 +
                            "nap": {
 +
                                "name": "Taco Bell",
 +
                                "address": "1400 West Coast Highway Newport Beach, CA 92663",
 +
                                "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",
 +
                        "methods": {
 +
                            "url": "http://www.elocal.com/search/ca/newport-beach?search_category=gina%27s+pizza#!/page=1",
 +
                            "enclosure": "search_results_container",
 +
                            "enctype": "id"
 +
                        },
 +
                        "title": "Red O",
 +
                        "tech": "false",
 +
                        "nap": {
 +
                            "nap": {
 +
                                "name": "Red O",
 +
                                "address": "143 Newport Center Dr Newport Beach, CA 92660",
 +
                                "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",
 +
                        "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": "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",
 +
                        "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": "z pizza",
 +
                        "tech": "false",
 +
                        "nap": {
 +
                            "nap": {
 +
                                "name": "z pizza",
 +
                                "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://ezlocal.com/ca/newport-beach/business/709409125",
 +
                        "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": "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",
 +
                        "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": "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://ezlocal.com/ca/newport-beach/pizza-restaurant/091183913",
 +
                        "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": "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": "http://ezlocal.com/ca/newport-beach/business/40197230",
 +
                        "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": "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",
 +
                        "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": "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",
 +
                        "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": "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": "http://ezlocal.com/ca/newport-beach/business/153823938",
 +
                        "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": "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": "http://ezlocal.com/ca/newport-beach/pizza-restaurant/091610494",
 +
                        "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": "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",
 +
                        "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": "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",
 +
                        "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": "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",
 +
                        "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": "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",
 +
                        "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": "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",
 +
                        "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": "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": "http://ezlocal.com/ca/newport-beach/pizza-restaurant/096402936",
 +
                        "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": "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",
 +
                        "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": "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",
 +
                        "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": "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",
 +
                        "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": "The Pizza Bakery",
 +
                        "tech": "false",
 +
                        "nap": {
 +
                            "nap": {
 +
                                "name": "The Pizza Bakery",
 +
                                "address": "1741 Westcliff Dr, Newport Beach, CA, 92660",
 +
                                "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",
 +
                        "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": "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": "http://ezlocal.com/ca/newport-beach/business/710970219",
 +
                        "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": "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",
 +
                        "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": "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",
 +
                        "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": "Rubino's Pizza",
 +
                        "tech": "false",
 +
                        "nap": {
 +
                            "nap": {
 +
                                "name": "Rubino's Pizza",
 +
                                "address": "3138 W Balboa Blvd, Newport Beach CA 92663",
 +
                                "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",
 +
                        "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": "Sabatino's Sausage & Pizza Co",
 +
                        "tech": "false",
 +
                        "nap": {
 +
                            "nap": {
 +
                                "name": "Sabatino's Sausage & Pizza Co",
 +
                                "address": "251 Shipyard Way # D, Newport Beach CA 92663",
 +
                                "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",
 +
                        "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": "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",
 +
                        "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": "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.judysbook.com/Marios-Pizza-Taste-Of-Italy-Restaurants-newportbeach-r30336581.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": "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": "https://www.judysbook.com/Sabatinos-Restaurants-newportbeach-r28020110.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": "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",
 +
                        "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": "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",
 +
                        "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": "Laventinas Big Cheese Pizza",
 +
                        "tech": "false",
 +
                        "nap": {
 +
                            "nap": {
 +
                                "name": "Laventinas Big Cheese Pizza",
 +
                                "address": "2819 Newport Blvd, 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-r39196087.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": "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",
 +
                        "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": "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",
 +
                        "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": "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",
 +
                        "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": "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",
 +
                        "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": "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",
 +
                        "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": "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",
 +
                        "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": "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",
 +
                        "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": "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/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
 +
                    }
 +
                ]
 +
            },
 +
            "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",
 +
                        "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 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",
 +
                        "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 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",
 +
                        "methods": {
 +
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
 +
                            "enclosure": "listingsMain",
 +
                            "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",
 +
                        "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 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",
 +
                        "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 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
 +
        },
 +
        {
 +
            "client": 3201926,
 +
            "partner": 7,
 +
            "data": {
 +
                "dirName": "Salespider",
 +
                "dirHandle": "salespider",
 +
                "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",
 +
                "results": 0
 +
            },
 +
            "results": "false",
 +
            "errors": "false",
 +
            "score": 0,
 +
            "id": 52444637,
 +
            "batch": "320192620171213",
 +
            "createdAt": "2017-12-13T22:07:58.000Z",
 +
            "directory": "salespider",
 +
            "elapsedTime": 2193
 +
        },
 +
        {
 +
            "client": 3201926,
 +
            "partner": 7,
 +
            "data": {
 +
                "dirName": "Ebusinesspages",
 +
                "dirHandle": "ebusinesspages",
 +
                "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
 +
            },
 +
            "results": "false",
 +
            "errors": "false",
 +
            "score": 0,
 +
            "id": 52444638,
 +
            "batch": "320192620171213",
 +
            "createdAt": "2017-12-13T22:07:58.000Z",
 +
            "directory": "ebusinesspages",
 +
            "elapsedTime": 3676
 +
        },
 +
        {
 +
            "client": 3201926,
 +
            "partner": 7,
 +
            "data": {
 +
                "dirName": "Citysquares",
 +
                "dirHandle": "citysquares",
 +
                "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",
 +
            "score": 0,
 +
            "id": 52444639,
 +
            "batch": "320192620171213",
 +
            "createdAt": "2017-12-13T22:07:59.000Z",
 +
            "directory": "citysquares",
 +
            "elapsedTime": 4747
 +
        },
 +
        {
 +
            "client": 3201926,
 +
            "partner": 7,
 +
            "data": {
 +
                "dirName": "Businessrater",
 +
                "dirHandle": "businessrater",
 +
                "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",
 +
            "score": 0,
 +
            "id": 52444640,
 +
            "batch": "320192620171213",
 +
            "createdAt": "2017-12-13T22:07:59.000Z",
 +
            "directory": "businessrater",
 +
            "elapsedTime": 3549
 +
        },
 +
        {
 +
            "client": 3201926,
 +
            "partner": 7,
 +
            "data": {
 +
                "dirName": "Spoke",
 +
                "dirHandle": "spoke",
 +
                "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",
 +
            "score": 0,
 +
            "id": 52444641,
 +
            "batch": "320192620171213",
 +
            "createdAt": "2017-12-13T22:08:00.000Z",
 +
            "directory": "spoke",
 +
            "elapsedTime": 4184
 +
        },
 +
        {
 +
            "client": 3201926,
 +
            "partner": 7,
 +
            "data": {
 +
                "dirName": "Cityinsider",
 +
                "dirHandle": "cityinsider",
 +
                "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",
 +
            "score": 0,
 +
            "id": 52444642,
 +
            "batch": "320192620171213",
 +
            "createdAt": "2017-12-13T22:08:00.000Z",
 +
            "directory": "cityinsider",
 +
            "elapsedTime": 5649
 +
        },
 +
        {
 +
            "client": 3201926,
 +
            "partner": 7,
 +
            "data": {
 +
                "dirName": "Communitywalk",
 +
                "dirHandle": "communitywalk",
 +
                "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",
 +
            "score": 0,
 +
            "id": 52444643,
 +
            "batch": "320192620171213",
 +
            "createdAt": "2017-12-13T22:08:00.000Z",
 +
            "directory": "communitywalk",
 +
            "elapsedTime": 5533
 +
        },
 +
        {
 +
            "client": 3201926,
 +
            "partner": 7,
 +
            "data": {
 +
                "dirName": "N49",
 +
                "dirHandle": "n49",
 +
                "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",
 +
            "score": 0,
 +
            "id": 52444644,
 +
            "batch": "320192620171213",
 +
            "createdAt": "2017-12-13T22:08:01.000Z",
 +
            "directory": "n49",
 +
            "elapsedTime": 5014
 +
        },
 +
        {
 +
            "client": 3201926,
 +
            "partner": 7,
 +
            "data": {
 +
                "dirName": "Tuugo",
 +
                "dirHandle": "tuugo",
 +
                "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",
 +
            "score": 0,
 +
            "id": 52444645,
 +
            "batch": "320192620171213",
 +
            "createdAt": "2017-12-13T22:08:01.000Z",
 +
            "directory": "tuugo",
 +
            "elapsedTime": 4868
 +
        },
 +
        {
 +
            "client": 3201926,
 +
            "partner": 7,
 +
            "data": {
 +
                "dirName": "Superpages",
 +
                "dirHandle": "superpages",
 +
                "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",
 +
            "score": 0,
 +
            "id": 52444646,
 +
            "batch": "320192620171213",
 +
            "createdAt": "2017-12-13T22:08:01.000Z",
 +
            "directory": "superpages",
 +
            "elapsedTime": 4934
 +
        },
 +
        {
 +
            "client": 3201926,
 +
            "partner": 7,
 +
            "data": {
 +
                "dirName": "Cataloxy",
 +
                "dirHandle": "cataloxy",
 +
                "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",
 +
            "score": 0,
 +
            "id": 52444647,
 +
            "batch": "320192620171213",
 +
            "createdAt": "2017-12-13T22:08:01.000Z",
 +
            "directory": "cataloxy",
 +
            "elapsedTime": 6810
 +
        },
 +
        {
 +
            "client": 3201926,
 +
            "partner": 7,
 +
            "data": {
 +
                "dirName": "Hotfrog",
 +
                "dirHandle": "hotfrog",
 +
                "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",
 +
            "score": 0,
 +
            "id": 52444648,
 +
            "batch": "320192620171213",
 +
            "createdAt": "2017-12-13T22:08:01.000Z",
 +
            "directory": "hotfrog",
 +
            "elapsedTime": 6220
 +
        },
 +
        {
 +
            "client": 3201926,
 +
            "partner": 7,
 +
            "data": {
 +
                "dirName": "Usenrollbusiness",
 +
                "dirHandle": "usenrollbusiness",
 +
                "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",
 +
            "score": 0,
 +
            "id": 52444649,
 +
            "batch": "320192620171213",
 +
            "createdAt": "2017-12-13T22:08:02.000Z",
 +
            "directory": "usenrollbusiness",
 +
            "elapsedTime": 6561
 +
        },
 +
        {
 +
            "client": 3201926,
 +
            "partner": 7,
 +
            "data": {
 +
                "dirName": "Yellowpages",
 +
                "dirHandle": "yellowpages",
 +
                "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",
 +
            "score": 100,
 +
            "id": 52444651,
 +
            "batch": "320192620171213",
 +
            "createdAt": "2017-12-13T22:08:03.000Z",
 +
            "directory": "yellowpages",
 +
            "elapsedTime": 6682
 +
        },
 +
        {
 +
            "client": 3201926,
 +
            "partner": 7,
 +
            "data": {
 +
                "dirName": "Getfave",
 +
                "dirHandle": "getfave",
 +
                "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",
 +
            "score": 0,
 +
            "id": 52444653,
 +
            "batch": "320192620171213",
 +
            "createdAt": "2017-12-13T22:08:03.000Z",
 +
            "directory": "getfave",
 +
            "elapsedTime": 8298
 +
        },
 +
        {
 +
            "client": 3201926,
 +
            "partner": 7,
 +
            "data": {
 +
                "dirName": "Lacartes",
 +
                "dirHandle": "lacartes",
 +
                "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
 +
            },
 +
            "results": "false",
 +
            "errors": "false",
 +
            "score": 0,
 +
            "id": 52444666,
 +
            "batch": "320192620171213",
 +
            "createdAt": "2017-12-13T22:08:05.000Z",
 +
            "directory": "lacartes",
 +
            "elapsedTime": 9889
 +
        },
 +
        {
 +
            "client": 3201926,
 +
            "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",
 +
            "score": 85,
 +
            "id": 52444672,
 +
            "batch": "320192620171213",
 +
            "createdAt": "2017-12-13T22:08:06.000Z",
 +
            "directory": "foursquare",
 +
            "elapsedTime": 11372
 +
        },
 +
        {
 +
            "client": 3201926,
 +
            "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",
 +
            "score": 100,
 +
            "id": 52444690,
 +
            "batch": "320192620171213",
 +
            "createdAt": "2017-12-13T22:08:12.000Z",
 +
            "directory": "local",
 +
            "elapsedTime": 16137
 +
        },
 +
        {
 +
            "client": 3201926,
 +
            "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",
 +
            "score": 79,
 +
            "id": 52444693,
 +
            "batch": "320192620171213",
 +
            "createdAt": "2017-12-13T22:08:13.000Z",
 +
            "directory": "kudzu",
 +
            "elapsedTime": 17889
 +
        },
 +
        {
 +
            "client": 3201926,
 +
            "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",
 +
            "score": 83,
 +
            "id": 52444695,
 +
            "batch": "320192620171213",
 +
            "createdAt": "2017-12-13T22:08:32.000Z",
 +
            "directory": "tupalo",
 +
            "elapsedTime": 36162
 +
        },
 +
        {
 +
            "client": 3201926,
 +
            "partner": 7,
 +
            "data": {
 +
                "dirName": "Yelp",
 +
                "dirHandle": "yelp",
 +
                "dirQuery": "http://www.yelp.com/search?find_desc=Gina%27s+Pizza&find_loc=Newport+Beach%2C+CA+92663&ns=1",
 +
                "results": 8,
 +
                "result": [
 +
                    {
 +
                        "link": "http://www.yelp.com/biz/ginas-pizza-newport-beach-2",
 +
                        "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": "Gina's Pizza",
 +
                        "tech": "true",
 +
                        "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.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"
 +
                        },
 +
                        "title": "Zpizza",
 +
                        "tech": "true",
 +
                        "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.yelp.com/biz/sanchos-tacos-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": "Sancho's Tacos",
 +
                        "tech": "true",
 +
                        "nap": {
 +
                            "nap": {
 +
                                "name": "Sancho's Tacos",
 +
                                "address": "3014 W Balboa Blvd Newport Beach, CA 92663",
 +
                                "phone": "(949) 723-8226",
 +
                                "n": {
 +
                                    "percentage": 27
 +
                                },
 +
                                "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",
 +
            "score": 100,
 +
            "id": 52444696,
 +
            "batch": "320192620171213",
 +
            "createdAt": "2017-12-13T22:08:39.000Z",
 +
            "directory": "yelp",
 +
            "elapsedTime": 44823
 +
        }
 +
    ],
 +
    "total": 39
 
}
 
}
 
</syntaxhighlight>
 
</syntaxhighlight>

Revision as of 16:19, 13 December 2017

Trigger a Report

This endpoint will generate a Baseline Report.

API Endpoint

http://p.lssdev.com/legacyclients/{$client_id}/refresh

Example Request

GET /legacyclients/12345/refresh 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": "report initiated"
}

Directory Data Report

API Endpoint

http://p.lssdev.com/legacydirectorydata?client={client_id}

Example Request

GET /legacydirectorydata?client=12345 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": 3201926,
            "partner": 7,
            "data": {
                "dirName": "Chamberofcommerce",
                "dirHandle": "chamberofcommerce",
                "dirQuery": "https://www.chamberofcommerce.com/search/results?what=gina%27s+pizza&where=newport+beach%2C+ca",
                "results": 4,
                "result": [
                    {
                        "link": "https://www.chamberofcommerce.com/newport-beach-ca/25230470-ginas-pizza",
                        "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",
                        "tech": "false",
                        "nap": {
                            "nap": {
                                "name": "Gina's Pizza",
                                "address": "3142 W Balboa Blvd -  Newport Beach, California 92663",
                                "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",
                        "methods": {
                            "url": "https://www.chamberofcommerce.com/search/results?what=gina%27s+pizza&where=newport+beach%2C+ca",
                            "enclosure": "main-content",
                            "enctype": "class"
                        },
                        "title": "Ginas Pizza Inc",
                        "tech": "false",
                        "nap": {
                            "nap": {
                                "name": "Ginas Pizza Inc",
                                "address": "309 Palm St -  Newport Beach, California 92661",
                                "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",
                        "methods": {
                            "url": "https://www.chamberofcommerce.com/search/results?what=gina%27s+pizza&where=newport+beach%2C+ca",
                            "enclosure": "main-content",
                            "enctype": "class"
                        },
                        "title": "Ginas Pizza Newport",
                        "tech": "false",
                        "nap": {
                            "nap": {
                                "name": "Ginas Pizza Newport",
                                "address": "4507 W Coast Hwy -  Newport Beach, California 92663",
                                "phone": "(949) 722-1236",
                                "n": {
                                    "percentage": 74
                                },
                                "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": {
                                "name": "Gina's Pizza",
                                "address": "3142 W Balboa Newport Beach ",
                                "phone": "(ITS) ERR-TECH",
                                "n": {
                                    "percentage": 100
                                },
                                "a": {
                                    "percentage": 71
                                },
                                "p": {
                                    "percentage": 0
                                }
                            },
                            "score": 57
                        },
                        "fulfillment": false
                    }
                ]
            },
            "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",
                        "methods": {
                            "url": "http://www.elocal.com/search/ca/newport-beach?search_category=gina%27s+pizza#!/page=1",
                            "enclosure": "search_results_container",
                            "enctype": "id"
                        },
                        "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",
                        "methods": {
                            "url": "http://www.elocal.com/search/ca/newport-beach?search_category=gina%27s+pizza#!/page=1",
                            "enclosure": "search_results_container",
                            "enctype": "id"
                        },
                        "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",
                        "methods": {
                            "url": "http://www.elocal.com/search/ca/newport-beach?search_category=gina%27s+pizza#!/page=1",
                            "enclosure": "search_results_container",
                            "enctype": "id"
                        },
                        "title": "Taco Bell",
                        "tech": "false",
                        "nap": {
                            "nap": {
                                "name": "Taco Bell",
                                "address": "1400 West Coast Highway Newport Beach, CA 92663",
                                "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",
                        "methods": {
                            "url": "http://www.elocal.com/search/ca/newport-beach?search_category=gina%27s+pizza#!/page=1",
                            "enclosure": "search_results_container",
                            "enctype": "id"
                        },
                        "title": "Red O",
                        "tech": "false",
                        "nap": {
                            "nap": {
                                "name": "Red O",
                                "address": "143 Newport Center Dr Newport Beach, CA 92660",
                                "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",
                        "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": "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",
                        "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": "z pizza",
                        "tech": "false",
                        "nap": {
                            "nap": {
                                "name": "z pizza",
                                "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://ezlocal.com/ca/newport-beach/business/709409125",
                        "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": "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",
                        "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": "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://ezlocal.com/ca/newport-beach/pizza-restaurant/091183913",
                        "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": "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": "http://ezlocal.com/ca/newport-beach/business/40197230",
                        "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": "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",
                        "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": "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",
                        "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": "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": "http://ezlocal.com/ca/newport-beach/business/153823938",
                        "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": "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": "http://ezlocal.com/ca/newport-beach/pizza-restaurant/091610494",
                        "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": "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",
                        "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": "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",
                        "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": "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",
                        "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": "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",
                        "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": "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",
                        "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": "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": "http://ezlocal.com/ca/newport-beach/pizza-restaurant/096402936",
                        "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": "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",
                        "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": "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",
                        "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": "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",
                        "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": "The Pizza Bakery",
                        "tech": "false",
                        "nap": {
                            "nap": {
                                "name": "The Pizza Bakery",
                                "address": "1741 Westcliff Dr, Newport Beach, CA, 92660",
                                "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",
                        "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": "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": "http://ezlocal.com/ca/newport-beach/business/710970219",
                        "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": "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",
                        "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": "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",
                        "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": "Rubino's Pizza",
                        "tech": "false",
                        "nap": {
                            "nap": {
                                "name": "Rubino's Pizza",
                                "address": "3138 W Balboa Blvd, Newport Beach CA 92663",
                                "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",
                        "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": "Sabatino's Sausage & Pizza Co",
                        "tech": "false",
                        "nap": {
                            "nap": {
                                "name": "Sabatino's Sausage & Pizza Co",
                                "address": "251 Shipyard Way # D, Newport Beach CA 92663",
                                "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",
                        "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": "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",
                        "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": "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.judysbook.com/Marios-Pizza-Taste-Of-Italy-Restaurants-newportbeach-r30336581.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": "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": "https://www.judysbook.com/Sabatinos-Restaurants-newportbeach-r28020110.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": "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",
                        "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": "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",
                        "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": "Laventinas Big Cheese Pizza",
                        "tech": "false",
                        "nap": {
                            "nap": {
                                "name": "Laventinas Big Cheese Pizza",
                                "address": "2819 Newport Blvd, 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-r39196087.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": "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",
                        "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": "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",
                        "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": "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",
                        "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": "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",
                        "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": "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",
                        "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": "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",
                        "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": "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",
                        "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": "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/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
                    }
                ]
            },
            "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",
                        "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 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",
                        "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 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",
                        "methods": {
                            "url": "http://www.dexknows.com/search/?what=gina+pizza&suggestedWhat=&where=Newport+Beach%2C+CA+92663&suggestedWhere=&srcPgt=",
                            "enclosure": "listingsMain",
                            "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",
                        "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 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",
                        "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 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
        },
        {
            "client": 3201926,
            "partner": 7,
            "data": {
                "dirName": "Salespider",
                "dirHandle": "salespider",
                "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",
                "results": 0
            },
            "results": "false",
            "errors": "false",
            "score": 0,
            "id": 52444637,
            "batch": "320192620171213",
            "createdAt": "2017-12-13T22:07:58.000Z",
            "directory": "salespider",
            "elapsedTime": 2193
        },
        {
            "client": 3201926,
            "partner": 7,
            "data": {
                "dirName": "Ebusinesspages",
                "dirHandle": "ebusinesspages",
                "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
            },
            "results": "false",
            "errors": "false",
            "score": 0,
            "id": 52444638,
            "batch": "320192620171213",
            "createdAt": "2017-12-13T22:07:58.000Z",
            "directory": "ebusinesspages",
            "elapsedTime": 3676
        },
        {
            "client": 3201926,
            "partner": 7,
            "data": {
                "dirName": "Citysquares",
                "dirHandle": "citysquares",
                "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",
            "score": 0,
            "id": 52444639,
            "batch": "320192620171213",
            "createdAt": "2017-12-13T22:07:59.000Z",
            "directory": "citysquares",
            "elapsedTime": 4747
        },
        {
            "client": 3201926,
            "partner": 7,
            "data": {
                "dirName": "Businessrater",
                "dirHandle": "businessrater",
                "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",
            "score": 0,
            "id": 52444640,
            "batch": "320192620171213",
            "createdAt": "2017-12-13T22:07:59.000Z",
            "directory": "businessrater",
            "elapsedTime": 3549
        },
        {
            "client": 3201926,
            "partner": 7,
            "data": {
                "dirName": "Spoke",
                "dirHandle": "spoke",
                "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",
            "score": 0,
            "id": 52444641,
            "batch": "320192620171213",
            "createdAt": "2017-12-13T22:08:00.000Z",
            "directory": "spoke",
            "elapsedTime": 4184
        },
        {
            "client": 3201926,
            "partner": 7,
            "data": {
                "dirName": "Cityinsider",
                "dirHandle": "cityinsider",
                "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",
            "score": 0,
            "id": 52444642,
            "batch": "320192620171213",
            "createdAt": "2017-12-13T22:08:00.000Z",
            "directory": "cityinsider",
            "elapsedTime": 5649
        },
        {
            "client": 3201926,
            "partner": 7,
            "data": {
                "dirName": "Communitywalk",
                "dirHandle": "communitywalk",
                "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",
            "score": 0,
            "id": 52444643,
            "batch": "320192620171213",
            "createdAt": "2017-12-13T22:08:00.000Z",
            "directory": "communitywalk",
            "elapsedTime": 5533
        },
        {
            "client": 3201926,
            "partner": 7,
            "data": {
                "dirName": "N49",
                "dirHandle": "n49",
                "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",
            "score": 0,
            "id": 52444644,
            "batch": "320192620171213",
            "createdAt": "2017-12-13T22:08:01.000Z",
            "directory": "n49",
            "elapsedTime": 5014
        },
        {
            "client": 3201926,
            "partner": 7,
            "data": {
                "dirName": "Tuugo",
                "dirHandle": "tuugo",
                "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",
            "score": 0,
            "id": 52444645,
            "batch": "320192620171213",
            "createdAt": "2017-12-13T22:08:01.000Z",
            "directory": "tuugo",
            "elapsedTime": 4868
        },
        {
            "client": 3201926,
            "partner": 7,
            "data": {
                "dirName": "Superpages",
                "dirHandle": "superpages",
                "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",
            "score": 0,
            "id": 52444646,
            "batch": "320192620171213",
            "createdAt": "2017-12-13T22:08:01.000Z",
            "directory": "superpages",
            "elapsedTime": 4934
        },
        {
            "client": 3201926,
            "partner": 7,
            "data": {
                "dirName": "Cataloxy",
                "dirHandle": "cataloxy",
                "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",
            "score": 0,
            "id": 52444647,
            "batch": "320192620171213",
            "createdAt": "2017-12-13T22:08:01.000Z",
            "directory": "cataloxy",
            "elapsedTime": 6810
        },
        {
            "client": 3201926,
            "partner": 7,
            "data": {
                "dirName": "Hotfrog",
                "dirHandle": "hotfrog",
                "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",
            "score": 0,
            "id": 52444648,
            "batch": "320192620171213",
            "createdAt": "2017-12-13T22:08:01.000Z",
            "directory": "hotfrog",
            "elapsedTime": 6220
        },
        {
            "client": 3201926,
            "partner": 7,
            "data": {
                "dirName": "Usenrollbusiness",
                "dirHandle": "usenrollbusiness",
                "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",
            "score": 0,
            "id": 52444649,
            "batch": "320192620171213",
            "createdAt": "2017-12-13T22:08:02.000Z",
            "directory": "usenrollbusiness",
            "elapsedTime": 6561
        },
        {
            "client": 3201926,
            "partner": 7,
            "data": {
                "dirName": "Yellowpages",
                "dirHandle": "yellowpages",
                "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",
            "score": 100,
            "id": 52444651,
            "batch": "320192620171213",
            "createdAt": "2017-12-13T22:08:03.000Z",
            "directory": "yellowpages",
            "elapsedTime": 6682
        },
        {
            "client": 3201926,
            "partner": 7,
            "data": {
                "dirName": "Getfave",
                "dirHandle": "getfave",
                "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",
            "score": 0,
            "id": 52444653,
            "batch": "320192620171213",
            "createdAt": "2017-12-13T22:08:03.000Z",
            "directory": "getfave",
            "elapsedTime": 8298
        },
        {
            "client": 3201926,
            "partner": 7,
            "data": {
                "dirName": "Lacartes",
                "dirHandle": "lacartes",
                "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
            },
            "results": "false",
            "errors": "false",
            "score": 0,
            "id": 52444666,
            "batch": "320192620171213",
            "createdAt": "2017-12-13T22:08:05.000Z",
            "directory": "lacartes",
            "elapsedTime": 9889
        },
        {
            "client": 3201926,
            "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",
            "score": 85,
            "id": 52444672,
            "batch": "320192620171213",
            "createdAt": "2017-12-13T22:08:06.000Z",
            "directory": "foursquare",
            "elapsedTime": 11372
        },
        {
            "client": 3201926,
            "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",
            "score": 100,
            "id": 52444690,
            "batch": "320192620171213",
            "createdAt": "2017-12-13T22:08:12.000Z",
            "directory": "local",
            "elapsedTime": 16137
        },
        {
            "client": 3201926,
            "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",
            "score": 79,
            "id": 52444693,
            "batch": "320192620171213",
            "createdAt": "2017-12-13T22:08:13.000Z",
            "directory": "kudzu",
            "elapsedTime": 17889
        },
        {
            "client": 3201926,
            "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",
            "score": 83,
            "id": 52444695,
            "batch": "320192620171213",
            "createdAt": "2017-12-13T22:08:32.000Z",
            "directory": "tupalo",
            "elapsedTime": 36162
        },
        {
            "client": 3201926,
            "partner": 7,
            "data": {
                "dirName": "Yelp",
                "dirHandle": "yelp",
                "dirQuery": "http://www.yelp.com/search?find_desc=Gina%27s+Pizza&find_loc=Newport+Beach%2C+CA+92663&ns=1",
                "results": 8,
                "result": [
                    {
                        "link": "http://www.yelp.com/biz/ginas-pizza-newport-beach-2",
                        "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": "Gina's Pizza",
                        "tech": "true",
                        "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.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"
                        },
                        "title": "Zpizza",
                        "tech": "true",
                        "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.yelp.com/biz/sanchos-tacos-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": "Sancho's Tacos",
                        "tech": "true",
                        "nap": {
                            "nap": {
                                "name": "Sancho's Tacos",
                                "address": "3014 W Balboa Blvd Newport Beach, CA 92663",
                                "phone": "(949) 723-8226",
                                "n": {
                                    "percentage": 27
                                },
                                "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",
            "score": 100,
            "id": 52444696,
            "batch": "320192620171213",
            "createdAt": "2017-12-13T22:08:39.000Z",
            "directory": "yelp",
            "elapsedTime": 44823
        }
    ],
    "total": 39
}