Business Leads Scrapper Tool

Business Leads Scrapper Tool heps you to scrape the information from facebook search page results

Qu'est-ce que Business Leads Scrapper Tool ?

Business Leads Scrapper Tool est une extension Chrome développée par https://www.scrappertool.com, et sa fonction principale est "Business Leads Scrapper Tool heps you to scrape the information from facebook search page results".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Business Leads Scrapper Tool

Téléchargez les fichiers d'extension Business Leads Scrapper Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Business Leads Scrapper Tool are software applications that automate the process of collecting data from Facebook search results. This type of tool is widely used in the fields of marketing, research, and data analysis to gather information about individuals, pages, groups, and places on search results.

There are several types of data that can be extracted from Facebook using a data scraping tool:

Business Leads Scrapper Tool People data: This includes information such as name, location, gender, age. This data can be used for targeted marketing campaigns or for research purposes.

Business Leads Scrapper Tool Page data: This includes information about pages, such as the name of the page, description, category, number of followers, and engagement metrics. This data can be used to analyze the performance of a page or to identify potential competitors.

Business Leads Scrapper Tool Place data: This includes information about places on search results, such as the name of the place, address, phone number, hours of operation, and reviews. This data can be used to identify popular locations or to conduct market research.

Business Leads Scrapper Tool Group member data: This includes information about members of groups, such as the name, location, interests, and activity level. This data can be used to identify potential customers or to conduct research on specific topics.

Business Leads Scrapper Tool typically works by using a web crawler to navigate through Facebook and collect data from various pages, groups, and profiles.

Please note that our Chrome plugin is not endorsed or certified by Facebook Inc. It is an unofficial enhancement and automation tool that works with Facebook for Web. We encourage users to consider them terms and conditions, as well as their privacy policy, when using our tool. It's important to respect them trademark and intellectual property rights.

The privacy of our users is important to us. We only scrape data available data and do not broadcast, sell, share, or distribute any user-collected data. Our extension was designed with user privacy in mind. For more information, please refer to our privacy policy.

Data Privacy
All the data is processed only on your local computer, it never passes through our web servers, no one knows what you exported.

LEGAL
Facebook™ is a trademark of Facebook Inc., registered in the U.S. and other countries. This is an independent project developed by SCRAPPERTOOL and has no relationship to Facebook or Facebook Inc.

If you have any issues or inquiries related to our F.B. Data Scraper Tool Extension, please feel free to reach out to us at [email protected].

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

How It Works?
https://youtu.be/wi2ol1fjtlU                    

Informations de Base sur l'Extension

Nom Business Leads Scrapper Tool Business Leads Scrapper Tool
ID pllhgmakfbbbbaelhhoompbffgknkodc
URL Officiel https://chromewebstore.google.com/detail/business-leads-scrapper-t/pllhgmakfbbbbaelhhoompbffgknkodc
Description Business Leads Scrapper Tool heps you to scrape the information from facebook search page results
Taille du Fichier 3.3 MB
Nombre d'Installations 867
Version Actuelle 1.0.8
Dernière Mise à Jour 2024-02-23
Date de Publication 2023-07-15
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.scrappertool.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.scrappertool.com/services/fb-data-scrapper.html
URL de la Page d'Aide https://www.scrappertool.com/contact.html
URL de la Page de Politique de Confidentialité https://www.scrappertool.com/privacy-policy.html
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Business Leads Scrapper Tool",
    "version": "1.0.8",
    "description": "Business Leads Scrapper Tool heps you to scrape the information from facebook search page results",
    "permissions": [
        "tabs",
        "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": "Business Leads 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:\/\/*.facebook.com\/*"
            ],
            "js": [
                "libs\/jquery-3.1.1.min.js",
                "libs\/toastr.min.js",
                "js\/content.js"
            ],
            "css": [
                "css\/toastr.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "js\/*",
                "images\/*",
                "libs\/*",
                "html\/*",
                "contentscript\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}