Google Search Results Scraper

Collect google search results and save them into an Excel table

¿Qué es Google Search Results Scraper?

Google Search Results Scraper es una extensión de Chrome desarrollada por braingainsoft - https://sourcingcertification.com/, y su función principal es "Collect google search results and save them into an Excel table".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Google Search Results Scraper

Descarga archivos de extensión Google Search Results Scraper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        The extension scrapes and allow the user to save google search results.

It operates on Google search results pages. 
The extension parses the results page and collects the following information about each result: a site name (page), a title, a link, and a snippet. In addition, it extracts emails from the snippet if any are available. Duplicate results are removed.

The results are presented in a table in the popup window of the extension. After the results are collected, the user has an option to save the results into an Excel file.

By default, the extension collects all available results for a given query. As it executes, the active tab will update to load more results.  

To use: enter a query and once the results appear on a page, click the extension's icon, then click the "Collect Search Results" button in the popup window.                    

Información Básica de la Extensión

Nombre Google Search Results Scraper Google Search Results Scraper
ID cmdkhofenchpdlkbpkheddfgfdmmobcc
URL Oficial https://chromewebstore.google.com/detail/google-search-results-scr/cmdkhofenchpdlkbpkheddfgfdmmobcc
Descripción Collect google search results and save them into an Excel table
Tamaño del Archivo 117 KB
Cantidad de Instalaciones 1,000
Versión Actual 1.0
Última Actualización 2023-12-05
Fecha de Publicación 2023-12-05
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador braingainsoft - https://sourcingcertification.com/
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://docs.google.com/document/d/1SIHgIdjxO032pbE3_m21DF1VTLDYF4B9_ksuqMh7Cek/edit
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Search Results Scraper",
    "description": "Collect google search results and save them into an Excel table",
    "version": "1.0",
    "action": {
        "default_icon": "magnifier16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "scripting",
        "storage"
    ]
}