Details of the Object table and JSON output of google autoparsing API made by Scraperapi

In this article, I will provide a clear explanation of the object table and JSON output of Scraperapi's Google Autoparsing API. As a reader with programming knowledge, you are likely familiar with these terms, but understanding the specifics of their implementation in this context can be crucial for working effectively with the API. By the end of this article, you should have a solid understanding of the structure and contents of the object table and JSON output in the context of the Scraperapi Google Autoparsing API, and be better equipped to integrate this data into your own projects.

Object and Description

ObjectsDescription
search_information
query_displayed
ads
position
block_position
title
link
displayed_link
tracking_link
description
sitelinks
shopping_results
position
title
link
product_id
source
price
extracted_price
rating
etcetc
  1. search_information: This object contains information related to the search query, such as the total number of results, time taken to perform the search, and any related queries that may be suggested.

  2. query_displayed: This object represents the search query as displayed on the search results page.

  3. ads: This object contains information related to the ads displayed on the search results page, such as their position and tracking link.

  4. position: This object represents the position of an item on the search results page, such as the position of an ad or a shopping result.

  5. block_position: This object represents the position of a block of items on the search results page, such as a block of ads or shopping results.

  6. title: This object represents the title of an item displayed on the search results page, such as the title of a web page or an ad.

  7. link: This object represents the URL associated with an item displayed on the search results page.

  8. displayed_link: This object represents the URL that is displayed to the user on the search results page.

  9. tracking_link: This object represents the URL used to track clicks on an ad or shopping result.

  10. description: This object represents the description of an item displayed on the search results page, such as the snippet of text associated with a web page or an ad.

  11. sitelinks: This object contains information related to any sitelinks displayed below a search result, such as their URL and link text.

  12. shopping_results: This object contains information related to any shopping results displayed on the search results page, such as their position, product ID, source, price, and rating.

The information contained in the table is useful because it provides a clear and concise summary of the different objects that can be extracted from Google search results pages using Scraperapi's Google Autoparsing API. By understanding the structure and contents of these objects, developers can more effectively extract and analyze data from search results pages to gain insights about various aspects of the search results. For example, by analyzing the position and characteristics of ads displayed on the search results page, businesses can gain insights into the effectiveness of their advertising campaigns and make more informed decisions about how to allocate their advertising budget. Similarly, by analyzing the price and rating of shopping results, businesses can gain insights into the pricing strategies of their competitors and adjust their own pricing accordingly.

Json output

The JSON output provided contains information from a search query for the term "mac". The search information contains the displayed query. The output also shows two ad results containing their position, block position, title, link, displayed link, tracking link, description, and sitelinks. Additionally, the output has six shopping results, each of which contains the product's position, title, link, product ID, source, price, extracted price, rating, and thumbnail. Overall, the JSON output is useful as it contains relevant information regarding the search results of the given query term. The data can be used for a variety of purposes, such as analyzing the performance of ads, tracking product prices, and researching specific products.

{
"search_information": {
"query_displayed": "mac"
},
"ads": [
{
"position": 1,
"block_position": "bottom",
"title": "Mac | Apple‎",
"link": "https://www.apple.com/de/mac/",
"displayed_link
": "www.apple.com/dewww.apple.com/de",
"tracking_link
": "https://www.google.de/aclk?sa=l&ai=DChcSEwjThMGVsZrlAhXR4ncKHW5aAgAYABAAGgJlZg&sig=AOD64_0446AEQrQGNjitHozMhSfiX1FY0g&q=&ved=2ahUKEwiA4b2VsZrlAhXM0aQKHRs-BeAQ0Qx6BAgAEAE&adurl=",
"description
": "iMac, iMac Pro, Mac mini, MacBook Air, MacBook Pro. Infos und kaufen. Dienstleistungen: Kostenlose Lieferung, Persönliches Setup, Apple Store Abholung.",
"sitelinks": []
},
{
"position": 2,
"block_position": "bottom",
"title": "M·A·C - MAKE-UP Art Cosmetics | Offizieller Shop‎",
"link": "https://www.maccosmetics.de/",
"displayed_link
": "www.maccosmetics.de/www.maccosmetics.de/",
"tracking_link
": "https://www.google.de/aclk?sa=l&ai=DChcSEwjThMGVsZrlAhXR4ncKHW5aAgAYABAFGgJlZg&sig=AOD64_1_eGF-1lzJNGPf4SRFSnzc0L6j5g&q=&ved=2ahUKEwiA4b2VsZrlAhXM0aQKHRs-BeAQ0Qx6BAgBEAE&adurl=",
"description
": "Professionelle Makeup-Marke mit einer konkurrenzlosen Expertise in Makeup. Ab 25€ versandkostenfrei! Gratis Proben bei jeder Bestellung! Gratis Sample. How-to Videos entdecken. Limited Editions. Versandkostenfrei ab 25€. Typen: Makeup, Pflegeprodukte, Pinsel, Applikatoren.",
"sitelinks": []
}
],
"shopping_results": [
{
"position": 1,
"title": "Apple iMac with Retina 4K display - 54,6 cm/21,5 Zoll) Mikrofon ...",
"link": "https://www.google.de/shopping/product/9716570521766735525?q=mac&prds=epd:5718532886348312182,paur:ClkAsKraX9OcctnxcxWhd27c-ddP9drCPcdDBiuZpTQUn74dFNRRzV-cPUehOpVMpLVwXAcqw0s394TKW4q5CVcOg-UljONsB5_lIjT5j0iBXiguV3H6-7AnXxIZAFPVH70WXZthzKUk_TgZJEbxbo_zGctTlA,prmr:1&sa=X&ved=0ahUKEwiA4b2VsZrlAhXM0aQKHRs-BeAQ8gII7AY",
"product_id
": "9716570521766735525",
"source": "5+ shops",
"price": "€1,469.00",
"extracted_price": 1469,
"rating": null,
"thumbnail": "https://encrypted-tbn2.gstatic.com/shopping?q=tbn:ANd9GcRtv1sO4i5Rfru32PORTuKUOYg6JFczvz4Ulj0uLv9qnd21TqmrKnH4AbLA6_0vkLc7bY-RFh5Q6XnadJjPh--oW-XPGU1NUDQZNFAbuXvEaexuobxBiFH1xQ&usqp=CAE"
},
{
"position":
2,
"title": "Apple iMac - 54,6 cm/21,5 Zoll) Kein optisches Laufwerk ...",
"link": "https://www.google.de/shopping/product/14509083414424025410?q=mac&prds=epd:18158061386326963266,paur:ClkAsKraX4wzU2Xuvi_nhDAYw8JrQG4XhW_HS1VrPu40V4aPWX8TgzgJggRdYVCmglYC9bUdzQAWTZPh8lmLUgi4nyx_ujD-9q50z0axsk9NVWNIwJQys08q_RIZAFPVH71P18zPosVbuSfpcHN5gF88bJkOCg,prmr:1&sa=X&ved=0ahUKEwiA4b2VsZrlAhXM0aQKHRs-BeAQ8gII8gY",
"product_id
": "14509083414424025410",
"source": "10+ shops",
"price": "€1,409.00",
"extracted_price": 1409,
"rating": null,
"thumbnail": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:ANd9GcRnredY_Fn2mmhdzuVihZArmP5iVHNlQ3W6E3cHwwtcFXPKWGSOhOm2bcOHC4go_gJtLbQO7em3KYSxoQArmpIpAAtKSdGG4ZVR7Dztk-qO1PXnX8Ts0nrO&usqp=CAE"
},

{
"position":
6,
"title": "Apple MRTR2B/A - mac mini intel core i3 der achten generation ...",
"link": "https://www.google.de/aclk?sa=l&ai=DChcSEwjThMGVsZrlAhXR4ncKHW5aAgAYABAuGgJlZg&sig=AOD64_0iTxcEj9CLfTOF1__k0JlxfNg_OQ&ctype=5&q=&ved=0ahUKEwiA4b2VsZrlAhXM0aQKHRs-BeAQ1CkIjQc&adurl=",
"product_id
": "6629894612104518106",
"source": "LambdaTek",
"price": "€898.50",
"extracted_price": 898.5,
"rating": 4.7,
"thumbnail": "https://encrypted-tbn3.gstatic.com/shopping?q=tbn:ANd9GcRgXnQTeMkz0ROM_-ZrhWTX92V6xC83MtAXzcjHQllb0t6D99AthM8sDIWjjYG4VTrbMrQcAV6Eb4lCnCfC_M21NniCFVne&usqp=CAE"
},
{
"position":
7,
"title": "Apple MacBook Pro 13.3 2.4 GHz 2 Duo 4GB RAM 250GB 2010 gebraucht",
"link": "https://www.google.de/aclk?sa=l&ai=DChcSEwjThMGVsZrlAhXR4ncKHW5aAgAYABA0GgJlZg&sig=AOD64_0cjFOST7oUYFtX50nllYs3745QLQ&ctype=5&q=&ved=0ahUKEwiA4b2VsZrlAhXM0aQKHRs-BeAQ1CkIlAc&adurl=",
"product_id
": "16746817957215007865",
"source": "reBuy.de",
"price": "€564.99",
"extracted_price": 564.99,
"rating": 4.8,
"thumbnail": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:ANd9GcQPVhud0fsg-O3shq0p1uyKAUF-B_JV_tE04GT2i2MMZ8caWgfrY4CRJkgrIEUhmyYTkB6F3dyv2jM4pk6uVTYX5Q3Ej1ei9E8rowHOWPs&usqp=CAE"
},
{
"position":
8,
"title": "MacBook Pro - i5 (2x 2,5 GHz) - 4 GB RAM - 500 GB - Mac OS 10",
"link": "https://www.google.de/aclk?sa=l&ai=DChcSEwjThMGVsZrlAhXR4ncKHW5aAgAYABAxGgJlZg&sig=AOD64_1iMivLY0frEJx95WLzQ11f7hMtPg&ctype=5&q=&ved=0ahUKEwiA4b2VsZrlAhXM0aQKHRs-BeAQ1CkInAc&adurl=",
"product_id
": null,
"source": "LapStore.de",
"price": "€329.00",
"extracted_price": 329,
"rating": null,
"thumbnail": "https://encrypted-tbn2.gstatic.com/shopping?q=tbn:ANd9GcTJTTn8JKbt_e4wTL0FPYal4ulFQNL_0zU1QDFnRwDVMygwK9SqwKdvF1WIJSHumBkXfX1fFU-IlB7OP3sJLWHflBR-WyUJ4vC7FjjxI9iRrZHlsF9-2BrZ&usqp=CAE"
},
{
"position":
9,
"title": "Mac Pro",
"link": "https://www.google.de/aclk?sa=l&ai=DChcSEwjThMGVsZrlAhXR4ncKHW5aAgAYABAzGgJlZg&sig=AOD64_1VJ0LUkR88-bFqhhTPNcWOY1bGiQ&ctype=5&q=&ved=0ahUKEwiA4b2VsZrlAhXM0aQKHRs-BeAQ1CkIogc&adurl=",
"product_id
": null,
"source": "mResell DE",
"price": "€1,519.00",
"extracted_price": 1519,
"rating": null,
"thumbnail": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:ANd9GcRH9lpNOoc9Wws3zXy0Dht0d9hGC2cvdjdYa28O_TterKQieL82hT9NgPo7iQY2QOzbbORUAgAQXngx9OKy946du7sRiUKjaytc6YV0Hj6UyFgWqvebB5kP&usqp=CAE"
},
{
"position":
10,
"title": "MacBook Pro - i7 (2x 2,7 GHz) - 8 GB RAM - 500 GB - Mac OS 10",
"link": "https://www.google.de/aclk?sa=l&ai=DChcSEwjThMGVsZrlAhXR4ncKHW5aAgAYABA1GgJlZg&sig=AOD64_3oBDafN3DIOnwTJKhWEpmAx82hWA&ctype=5&q=&ved=0ahUKEwiA4b2VsZrlAhXM0aQKHRs-BeAQ1CkIqAc&adurl=",
"product_id
": null,
"source": "LapStore.de",
"price": "€499.00",
"extracted_price": 499,
"rating": null,
"thumbnail": "https://encrypted-tbn2.gstatic.com/shopping?q=tbn:ANd9GcTJTTn8JKbt_e4wTL0FPYal4ulFQNL_0zU1QDFnRwDVMygwK9SqwKdvF1WIJSHumBkXfX1fFU-IlB7OP3sJLWHflBR-WyUJ4vC7FjjxI9iRrZHlsF9-2BrZ&usqp=CAE"
},

{
"position":
25,
"title": "MacBook Air - i5 (2x 1,6 GHz) - 8 GB RAM - 512 GB SSD - Mac OS 10",
"link": "https://www.google.de/aclk?sa=l&ai=DChcSEwjThMGVsZrlAhXR4ncKHW5aAgAYABBRGgJlZg&sig=AOD64_08aDOnnp3Gz-uX6WaUSH1q5hC0QQ&ctype=5&q=&ved=0ahUKEwiA4b2VsZrlAhXM0aQKHRs-BeAQ1CkIjQg&adurl=",
"product_id
": null,
"source": "LapStore.de",
"price": "€579.00",
"extracted_price": 579,
"rating": null,
"thumbnail": "https://encrypted-tbn3.gstatic.com/shopping?q=tbn:ANd9GcQmFia3QjZcEBrNmWcHBz0fTPlzJCYOYP0aGNdJqcQasr0P6J1tJ-r55uwkBGjZcfqIJCxA6Qx7RU5t_SB0OA7Lx-gaJl4zsjZ-oCzSHDy8XCt9v4DlBasWCg&usqp=CAE"
}
],
"pagination
": {
"pagesCount": 8,
"currentPage": 1,
"nextPageUrl": "https://www.google.de/search?q=mac&tbs=vw:g,ss:44&tbm=shop&ei=hLKjXYCPA8yjkwWb_JSADg&start=40&sa=N&ved=0ahUKEwiA4b2VsZrlAhXM0aQKHRs-BeAQ8tMDCKQI",
"prevPageUrl
": null,
"pages": [
{
"page": 2,
"url": "https://www.google.de/search?q=mac&tbs=vw:g,ss:44&tbm=shop&ei=hLKjXYCPA8yjkwWb_JSADg&start=40&sa=N&ved=0ahUKEwiA4b2VsZrlAhXM0aQKHRs-BeAQ8tMDCKQI"
},
{
"page":
3,
"url": "https://www.google.de/search?q=mac&tbs=vw:g,ss:44&tbm=shop&ei=hLKjXYCPA8yjkwWb_JSADg&start=80&sa=N&ved=0ahUKEwiA4b2VsZrlAhXM0aQKHRs-BeAQ8tMDCKYI"
},

]
}
}

Ending words

Like this, we discussed a range of topics, including the meaning of life, the importance of education, the impact of technology on society, and the interpretation of a JSON output. We explored different perspectives and shared ideas on these topics, highlighting the diverse perspectives that exist. Overall, the conversation underscored the value of respectful dialogue and critical thinking in fostering meaningful discourse on complex issues.

Reference

Worldindata is a third-party data marketplace that provides access to various data sources, including the Scraperapi Google Autoparsing API. You can request access to this API through Worldindata, which will allow you to scrape data from Google search results pages in a more efficient and automated way. The API can be useful for various applications such as data analysis, research, and machine learning. By accessing the API through Worldindata, you can streamline the process of data collection and analysis, saving time and resources.