Yell Scraper

One click to extract Local B2B leads from www.yell.com and export leads to Excel/CSV files.

Yell Scraper là gì?

Yell Scraper là một tiện ích mở rộng Chrome được phát triển bởi ProductivityImprover, và tính năng chính của nó là "One click to extract Local B2B leads from www.yell.com and export leads to Excel/CSV files.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Yell Scraper

Tải xuống các tệp mở rộng Yell Scraper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        📣  Overview:
This extension is designed to extract Business Information from the search results of www.yell.com. It enables you to conduct a search of business records based on a combination of search term and location, and then use the extension to extract all search results. The extracted information includes the Business Name, Email, Phone Number, Social Media links, Address, Website, Categories, and Rating Information. 

🚀  Features:
✅   Extract Local B2B leads: Emails, Social Media Links such as Instagram, Twitter, Facebook etc.
✅   Extract business name, phone numbers, website URLs, physical addresses from search results pages.
✅   Extract Rating Infos like total rating, average rating.
✅   Automatically paginate to retrieve all pages of search results.
✅   Export results to CSV/XLSX.

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

📺  How to Use:
Please refer to our tutorial video on YouTube: https://www.youtube.com/watch?v=NLMrHvRJdJQ

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

🔒  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 Yell is a trademark of yell.com Inc. This Scraper is not affiliated with, endorsed, sponsored, or otherwise related to yell.com, Inc. or any of its affiliates or subsidiaries.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Yell Scraper Yell Scraper
ID ehbkohgaedighiognnbioiaoohkckfge
URL Chính Thức https://chromewebstore.google.com/detail/yell-scraper/ehbkohgaedighiognnbioiaoohkckfge
Mô tả One click to extract Local B2B leads from www.yell.com and export leads to Excel/CSV files.
Kích Thước Tệp 3.45 MB
Số Lần Cài Đặt 66
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2023-10-22
Ngày Phát Hành 2023-10-22
Nhà Phát Triển ProductivityImprover
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/piprivacypolicy/home
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Yell Scraper",
    "version": "1.1.0",
    "description": "One click to extract Local B2B leads from www.yell.com and export leads to Excel\/CSV files.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "Yell 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",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.productivityimprover.com\/",
        "*:\/\/*.yell.com\/",
        "http:\/\/localhost\/*",
        "*:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}