Release
crawlie v0.4.2
· by Sean Ryan
Custom extraction lands, plus a brand refresh.
Added
- Custom extraction — pull any data off every crawled page with CSS selectors or regular expressions: prices, authors, SKUs, publish dates, any attribute.
crawlie crawl <url> --extract 'price=.product-price'(append@attrto read an attribute) or--extract-regex 'sku=SKU-(\d+)', repeatable. With extractors set,--format csvbecomes a tidy table (one row per page, one column per extractor);--format jsoncarries the values per page. Agents get it too via theextractarray on thecrawl_siteMCP tool. The free, scriptable take on Screaming Frog’s Custom Extraction — see the docs.
Changed
- New brand — crawlie has a fresh logo. The new mark and wordmark lockup appear across the desktop app and the website (light/dark aware), with a new app icon and a theme-aware favicon.