JD Data Scrapper Tool

Scrape the business data information from JD search page results

JD Data Scrapper Toolคืออะไร?

JD Data Scrapper Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.scrappertool.com และคุณลักษณะหลักของมันคือ "Scrape the business data information from JD search page results"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JD Data Scrapper Tool

ดาวน์โหลดไฟล์ส่วนขยาย JD Data Scrapper Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The Tool is a powerful web scraping software designed to extract business information from JD, an online directory and search engine in India. This tool allows users to collect valuable business contact details such as company name, address, phone number, email address, website URL, and other relevant information from the JD platform with ease.

The Tool uses advanced web scraping techniques to extract data from the JD website. It can extract data from different categories such as restaurants, hotels, hospitals, schools, and more. Users can customize their search by location, business type, and other filters. With this tool, users can extract data from multiple pages of the JD website and collect information on a large scale.

The Tool is user-friendly and easy to use, making it accessible to anyone without any programming knowledge. Users can simply enter their search criteria into the tool, and it will extract the relevant data from JD. The tool is designed to work efficiently with minimal errors, ensuring accurate and complete data extraction.

This tool is particularly useful for businesses looking to generate leads, create marketing lists, or conduct market research. The Tool can help businesses identify potential customers or competitors, analyze market trends, and gain insights into the industry. The tool can also be used by individuals for personal research or data analysis.

The Tool allows users to save the extracted data in various formats like Excel, CSV, and TXT. This makes it easy to analyze and use the data for further purposes. Users can also schedule the tool to extract data automatically at specified intervals, allowing for continuous data collection and analysis.

Overall, the Tool is a valuable tool for businesses and individuals looking to extract business information from JD. It saves time and effort by automating the data extraction process and providing accurate and complete data for further analysis.

For any issues related to the Tool  Extension, then feel free to reach out to us on [email protected]

DISCLAIMER:
This Chrome plugin is not endorsed or certified by justdial Inc and is merely an unofficial enhancement and automation tool that works with JD for Web.

The privacy of the users is important to us. We don’t broadcast, sell, share or distribute any user collected data. The extension was designed to keep privacy of our users in mind. For more information, read:

App Privacy policy: https://www.scrappertool.com/privacy-policy.html

How It Works?
https://youtu.be/2Q5QhR3Eccc                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ JD Data Scrapper Tool JD Data Scrapper Tool
ID gnjjmhdcbgjopfodapfecjlgedgimebj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jd-data-scrapper-tool/gnjjmhdcbgjopfodapfecjlgedgimebj
คำอธิบาย Scrape the business data information from JD search page results
ขนาดไฟล์ 2.17 MB
จำนวนการติดตั้ง 649
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2023-12-06
วันที่เผยแพร่ 2023-03-13
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.scrappertool.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.scrappertool.com/services/jd-data-scrapper.html
URL หน้าช่วยเหลือ https://www.scrappertool.com/contact.html
URL หน้านโยบายความเป็นส่วนตัว https://www.scrappertool.com/privacy-policy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JD Data Scrapper Tool",
    "version": "1.0.7",
    "description": "Scrape the business data information from JD search page results",
    "permissions": [
        "tabs",
        "alarms",
        "cookies",
        "downloads",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.scrappertool.com\/api\/*"
    ],
    "action": {
        "default_icon": {
            "16": "images\/default_icon_16.png",
            "24": "images\/default_icon_24.png",
            "32": "images\/default_icon_32.png",
            "48": "images\/default_icon_48.png",
            "128": "images\/default_icon_128.png"
        },
        "default_title": "JD Data Scrapper Tool"
    },
    "icons": {
        "16": "images\/default_icon_16.png",
        "24": "images\/default_icon_24.png",
        "32": "images\/default_icon_32.png",
        "48": "images\/default_icon_48.png",
        "128": "images\/default_icon_128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/jquery-3.1.1.min.js",
                "libs\/toastr.min.js",
                "js\/ignore_jd_numbers.js",
                "js\/content.js"
            ],
            "css": [
                "css\/toastr.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "js\/*",
                "images\/*",
                "libs\/*",
                "html\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}