Web Scraper - Free Web Scraping
Web data extraction tool with an easy point-and-click interface for modern web
Easy, powerful CSS Selector generation.
Review user movement across collected snapshots.
View collected rating snapshots from the latest 7-day window to assess rating stability.
Compare 1-day, 7-day, and 30-day net growth and growth rate.
Review publication date, version, supported languages, and crawl timestamps.
Review the store description, core capabilities, and common use cases.
Selector Gadget is an open source Chrome Extension that makes CSS selector generation and discovery on complicated sites a breeze.
After having installed the extension, go to any page and launch it. A box will open in the bottom right of the website. Click on a page element that you would like your selector to match (it will turn green). SelectorGadget will then generate a minimal CSS selector for that element, and will highlight (yellow) everything that is matched by the selector. Now click on a highlighted element to remove it from the selector (red), or click on an unhighlighted element to add it to the selector. Through this process of selection and rejection, SelectorGadget helps you come up with the perfect CSS selector for your needs.
There is a tutorial video and a bookmarklet version available at https://selectorgadget.com
Inspect the latest comments and rating distribution.
Store average score: 4.5. The bars below are calculated from synced review text only, so they may be empty for extensions that have public ratings but no synced comments yet.
Review related products from the Chrome Web Store detail page.
Web data extraction tool with an easy point-and-click interface for modern web
Generate a copiable CSS Selector with a mouseover without Devtool
Locators Plugin to Auto Generate and Verify Playwright Locators, XPath & CSS Selectors.
Quick, Easy, powerful CSS Selector generation.
Highlight the elements matching a given CSS selector.
Dev Tools sidebar that aids finding unique CSS selectors for Selenium WebDriver tests.
So old and still working so great to find CSS selectors for tweaks.
The best helper for scraping
BEST! THX MAN!
Cool!!!
Just genius!
Such a time saver. Really amazing work there!
I dont even know what to say... really good. As someone learning scraping... I use it to see what logic its using to get these selector paths. Super informative and one hell of a time saver. Excellent job.
Freakin' awesome tool. I'm a test automation engineer who struggles with the right combo of CSS selector for related objects. This makes it as easy as I can imagine. Read the very quick "?" help, and use in combination with https://www.w3schools.com/cssref/trysel.asp. Only thing that I care about that is missing from that website is :contains("searching for this text"). Killer. Just killer.
Thank you! Already saved hours on day one...
How do I use it with Scrapy???I pick an item and the box just gave me .text, how do I convert that into .css() something?