Articles on: API Documentation

Get SERP Results

To fetch SERP results from Zutrix API, you need to use following endpoint:

/api/serp?q=Pizza&key=YourPrivateAPIKey


Additional parameters:



JSON Response of the example:

{ "search_metadata":{ "id":"2fd790f7-4248-4318-8643-7d6343dccb24", "status":"Success", "json_endpoint":"", "created_at":"2021-12-03 19:30:43 UTC", "processed_at":"2021-12-03 19:30:43 UTC", "google_url":"https://google.com/search?q=Pizza&gl=us&num=100&nfpr=1", "raw_html_file":"" }, "search_parameters":{ "engine":"google", "q":"Pizza", "location_used":null, "google_domain":"google.com", "hl":"en", "gl":"us", "device":"desktop" }, "search_information":{ "organic_results_state":"Showing results for exact spelling", "time_taken_displayed":null, "query_displayed":"Pizza", "spelling_fix":"None" }, "organic_results":[ { "position":1, "title":"Pizza Hut: Pizza Delivery | Pizza Carryout | Coupons | Wings ...", "link":"https://www.pizzahut.com/", "displayed_link":"https://www.pizzahut.com", "snippet":"DELIVERY & CARRYOUT LOCATIONS ARE OPEN! Order pizza online from a store near you. View our full menu, nutritional information, store locations, and more." }, { "position":2, "title":"Domino's: Pizza Delivery & Carryout, Pasta, Chicken & More", "link":"https://www.dominos.com/", "displayed_link":"https://www.dominos.com", "snippet":"Order pizza, pasta, sandwiches & more online for carryout or delivery from Domino's. View menu, find locations, track orders. Sign up for Domino's email ..." }, ..... ]}


Thank you for using Zutrix!

Updated on: 16/02/2022

Was this article helpful?

Share your feedback

Cancel

Thank you!