Justdial Extractor

With the Justdial Scraper Chrome extension, listings with location, keyword, and URL are automatically downloaded to CSV.

¿Qué es Justdial Extractor?

Justdial Extractor es una extensión de Chrome desarrollada por gravitymaster97, y su función principal es "With the Justdial Scraper Chrome extension, listings with location, keyword, and URL are automatically downloaded to CSV.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Justdial Extractor

Descarga archivos de extensión Justdial Extractor 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

                        Take down the company data from Justdial.

Software for data extraction from the Justdial business website.

We have highly qualified experts with extensive domain expertise in the field of information technology. At Global Data System, we pride ourselves on utilising cutting edge technologies to provide solutions that are scalable, efficient, and simple to operate.

A highly helpful web scraping tool for obtaining a focused audience database is the Justdial Data Extractor. It's highly user-friendly; you may utilise a URL to get specific data with only one click.

The most effective and user-friendly software for web scraping and data extraction from Justdial is called Justdial Data Extractor. Many different computer users will gain from using Just Data Extractor. For illustration, let's imagine you want to retrieve every business record from Justdial, including the company, address, phone number, contact information, categories, and so on. It might save you hours of browsing!

Fields Extract -
DOCID	
NAME	
TOTALREVIEWS	
CITY	
AREA	
NEWADDRESSLN	
OPENNOW	
PHONE	
THUMBNAIL	
LAT	
LON	
WEBURL	
PINCODE	
VERIFIED                    

Información Básica de la Extensión

Nombre Justdial Extractor Justdial Extractor
ID dfdjccjpdlamdpdpklgliiibaodebeba
URL Oficial https://chromewebstore.google.com/detail/justdial-extractor/dfdjccjpdlamdpdpklgliiibaodebeba
Descripción With the Justdial Scraper Chrome extension, listings with location, keyword, and URL are automatically downloaded to CSV.
Tamaño del Archivo 54.75 KB
Cantidad de Instalaciones 91
Versión Actual 2.1
Última Actualización 2024-02-16
Fecha de Publicación 2023-11-08
Desarrollador gravitymaster97
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://www.codesmade.com/contact-us/
URL de la Página de Política de Privacidad https://www.freeprivacypolicy.com/live/7e8462ff-e50c-4193-9a31-4b8f465c96e6
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Justdial Extractor",
    "version": "2.1",
    "description": "With the Justdial Scraper Chrome extension, listings with location, keyword, and URL are automatically downloaded to CSV.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": {
        "default_title": "Justdial Extractor"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.justdial.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}