Welcome to Croft.so πŸŒ‘

Traverse the web with Croft. This documentation gives you a clear guide on how you can use Croft & CSS selectors to get critical data on the internet! Just build an Impression and within seconds, your data is ready to exported as JSON πŸ•ΉοΈ

What are Impressions πŸ–ΌοΈ

Similar to a thumb impression that highlight unique details, Croft’s Impressions are configurations used to identify details that you want to extract from a website. These configurations consists of:

Building Impressions

To start building an Impression, navigate to Impressions page and click the β€œ+” icon, then, give your Impression a title. Click β€œcreate”

ezgif.com-video-to-gif.gif

Getting CSS Selector

Next, add in the URL of the site you want to scrape. In this case, we will be using Books To Scrape to get book thumbnails.

Within the home page, we can use developer tools to inspect the class of book cover images. We can see that the class name of the image tag is thumbnail

Screenshot 2023-05-22 at 5.31.47 PM.png

As a CSS selector, it will look like this:

img.thumbnail

Adding Item