Yelp Scraper

One click to extract Local Business Data from Yelp.com and export leads to CSV files.

ما هو Yelp Scraper؟

Yelp Scraper هو إضافة Chrome تم تطويرها بواسطة johnsmithytb66، والميزة الرئيسية لها هي "One click to extract Local Business Data from Yelp.com and export leads to CSV files.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Yelp Scraper

قم بتنزيل ملفات الامتداد Yelp Scraper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Overview:
This tool helps you easily extract local business leads from Yelp, including phone numbers, Email, social media links, websites, and addresses. With just one search on Yelp, the scraper automatically extracts the business data you need. You can even export the results to a CSV or Excel file with a single click. 

Features:
✅  Extracts business name, email, phone, website, and address from search results page
✅  Automatically extracts from all search result pages
✅  Collects local leads when you search
✅  Find phone numbers from profile page (if available)
✅  Auto find Email, social media links like instagram, facebook etc.
✅  Export results to CSV/XLSX

How to Use?
https://www.youtube.com/watch?v=SRQ_OBkix0g

Is it free?
- Yes, it's free! You can access basic functionalities or upgrade for more features.

Feedback and support:
- If you have any questions or need support, please contact us here: 
	https://forms.gle/K5jmbN1yQ6jvKcNv7

Privacy and security:
- We take your privacy seriously. All data scraped are processed locally and will never be transmitted to our servers. We do not keep your data.

Statement:
- Please note that Yelp is a trademark of Yelp Inc.  Yelp Scraper is not affiliated with, endorsed, sponsored, or otherwise related to Yelp, Inc. or any of its affiliates or subsidiaries.                    

معلومات أساسية عن التمديد

الاسم Yelp Scraper Yelp Scraper
ID cbmhmapejkobbbmhdlpjmiljbfgnfknc
عنوان URL الرسمي https://chromewebstore.google.com/detail/yelp-scraper/cbmhmapejkobbbmhdlpjmiljbfgnfknc
الوصف One click to extract Local Business Data from Yelp.com and export leads to CSV files.
حجم الملف 3.51 MB
عدد التثبيتات 636
النسخة الحالية 1.4.2
آخر تحديث 2024-02-11
تاريخ النشر 2023-08-14
المطور johnsmithytb66
البريد الإلكتروني [email protected]
نوع الدفع in_app
عنوان صفحة سياسة الخصوصية https://sites.google.com/view/piprivacypolicy/home
اللغات المدعومة id,de,en,fr,sw,nl,vi,tr,es,it,sv,ru,mr,hi,bn,ta,te,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.4.2",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.yelp.at\/search*",
                "*:\/\/*.yelp.be\/search*",
                "*:\/\/*.yelp.ca\/search*",
                "*:\/\/*.yelp.ch\/search*",
                "*:\/\/*.yelp.cl\/search*",
                "*:\/\/*.yelp.co.jp\/search*",
                "*:\/\/*.yelp.co.nz\/search*",
                "*:\/\/*.yelp.co.uk\/search*",
                "*:\/\/*.yelp.com.ar\/search*",
                "*:\/\/*.yelp.com.au\/search*",
                "*:\/\/*.yelp.com.br\/search*",
                "*:\/\/*.yelp.com.hk\/search*",
                "*:\/\/*.yelp.com.mx\/search*",
                "*:\/\/*.yelp.com.ph\/search*",
                "*:\/\/*.yelp.com.sg\/search*",
                "*:\/\/*.yelp.com.tr\/search*",
                "*:\/\/*.yelp.com.tw\/search*",
                "*:\/\/*.yelp.com\/search*",
                "*:\/\/*.yelp.cz\/search*",
                "*:\/\/*.yelp.de\/search*",
                "*:\/\/*.yelp.dk\/search*",
                "*:\/\/*.yelp.es\/search*",
                "*:\/\/*.yelp.fi\/search*",
                "*:\/\/*.yelp.fr\/search*",
                "*:\/\/*.yelp.ie\/search*",
                "*:\/\/*.yelp.it\/search*",
                "*:\/\/*.yelp.my\/search*",
                "*:\/\/*.yelp.nl\/search*",
                "*:\/\/*.yelp.no\/search*",
                "*:\/\/*.yelp.pl\/search*",
                "*:\/\/*.yelp.pt\/search*"
            ],
            "js": [
                "lib\/axios.min.js",
                "contentScript.js"
            ],
            "css": [
                "css\/contentScript.css"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "Yelp Scraper",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "help.html",
                "auth\/pay\/*",
                "dashboard.html",
                "injected.js",
                "css\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.productivityimprover.com\/",
        "http:\/\/localhost\/*",
        "*:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}