F.B Data Scraper - Posts, Comments
Easy data extraction tools of FACEBOOK Posts, Comments
F.B Data Scraper - Posts, Commentsคืออะไร?
F.B Data Scraper - Posts, Comments เป็นส่วนขยายของ Chrome ที่พัฒนาโดย www.datasunday.com และคุณลักษณะหลักของมันคือ "Easy data extraction tools of FACEBOOK Posts, Comments"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย F.B Data Scraper - Posts, Comments
ดาวน์โหลดไฟล์ส่วนขยาย F.B Data Scraper - Posts, Comments ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This chrome extension allows you to export m.facebook.com's web page information into an editable spreadsheet file. You can now extract the post list, brand name, likes and shares, and customer comments for a given post with this plugin. In contrast to other Facebook scrapers, our plugin pulls more than just the post titles and captions. - We extract almost all the page information including Page Name, PostID, Post Caption, Post Likes, Post Shares, Post Date and Time, Post Date & Comments, Links in caption, Hashtags, Attherate, PostURL, PageURL. - It works with Facebook's mobile version, thus the URL must be m.facebook.com. - Bulk URL allows you to add up to 100 pages/posts URLs, single post URLs, or both, separated by commas, and export data to an excel file. - The scraper grabs post data automatically when you press the Start Extraction button. - Click the restart button to resume extraction from that product if the extension shuts for any reason throughout the procedure. How to use: 1. Go to www.facebook.com/m. 2. Type any keywords you want in the search area, such as a brand name, post keywords, etc., or choose any Facebook user profile. 3. Use the filtering option and then press enter to fine-tune the search results. 4. Launch the chrome extension and click the start button after the search results have appeared. The information will be saved in an excel spreadsheet. What you get out of this product is: - Competitor analysis: Export the entire list of posts, as well as the Brand name, Likes, and Shares, to Excel for additional study. - Get to know your client: Customers' reviews and comments on specific posts are extracted. - Market research: Learn how customers react to varied post times, brands, and other factors. - Restart functionality: If the scrapper closes in the middle of a job, you can resume scraping data from the post. - Bulk URL: A comma-separated list of post URLs from which data can be collected is required for the bulk URL. What data you can extract: - Page Name - PostID - Post Caption - Post Likes - Post Shares - Post Date and Time - Post Date & Comments - Links in caption - Hashtags, Attherate - PostURL, PageURL. What types of posts are supported: - All of the categories How many numbers does the data support: There is no limit. Supported sites: m.facebook.com Exception: - This suggests retrieving no more than 1000 data points at a time. - Depending on the volume of data, the extension may hang or require an unusually long loading time. Technical assistance: Any suggestions or ideas for improving the items are welcome. Please send an email to [email protected]. Developer: www.datasunday.com We specialize in data extraction for E-Commerce platforms like most of the social media platforms and E-commerce platforms also. Please visit www.datasunday.com to request a free pass right now.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | F.B Data Scraper - Posts, Comments |
ID | ohfhckfibjhjghneolkpidbgcpffbfbp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fb-data-scraper-posts-com/ohfhckfibjhjghneolkpidbgcpffbfbp |
คำอธิบาย | Easy data extraction tools of FACEBOOK Posts, Comments |
ขนาดไฟล์ | 84.98 KB |
จำนวนการติดตั้ง | 1,154 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2024-02-02 |
วันที่เผยแพร่ | 2022-11-23 |
คะแนน | 2.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | www.datasunday.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://datasunday.com/ |
URL หน้าช่วยเหลือ | https://datasunday.com/pages/help |
URL หน้านโยบายความเป็นส่วนตัว | https://datasunday.com/pages/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "F.B Data Scraper - Posts, Comments", "description": "Easy data extraction tools of FACEBOOK Posts, Comments", "version": "1.4", "icons": { "48": "icon.png" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "functions.js", "gethtml.js" ] } ], "permissions": [ "activeTab", "storage", "scripting" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ] } |