Skip to main content
Integrate Firecrawl with TypeSafe’s Jev to make fast, structured decisions on web data.

Setup

Create .env file:

Scrape + Decide

This example scrapes a page and asks Jev a single yes/no question about it. A noul question returns the probability of a yes answer, from 0 to 1.

Search + Filter

This example searches the web, has Jev rate each result from its title and description, and scrapes only the relevant ones. A score question takes a rubric ordered from 0, and returns the expected score, which can fall between levels. With three levels, a score of 1.5 or more leans toward “Directly answers the query”.

Qualify Leads

This example scrapes company homepages and sends each one to your CRM or a person for review. A choice question returns the selected label along with a confidence, so you can hand uncertain answers to a person instead of trusting them.
For more on question types and options, see the TypeSafe docs.