Exa LiveCrawl
With Exa, we can already search the web using LLMs.
However, by default, we cache all of our links to bias for the fastest response possible. You may be interested in the live version of the page, which our livecrawl
parameter can help with.
Using LiveCrawl
LiveCrawl becomes essential when you need the most up-to-date contents from a URL. Here are some examples:
- Company News: If you’re tracking Apple’s latest releases, you may be looking for a live view of their homepage’s contentes:
Output without LiveCrawl: Results here are slightly dated, mentioning a fall release (later in the year)
Output with LiveCrawl (as at Oct 30 2024): Now we see contents talking about Apple’s upcoming specific release on November 11th
- Product Launches: Tracking new releases or price changes
- Event Coverage: Live events like conferences or sports
- Social Media Trends: To stay updated on the latest trends or viral content
livecrawl:'always'
ensures you’re working with the freshest data available, though it may take slightly longer than using cached results.
When LiveCrawl Isn’t Necessary
Cached data is sufficient for many queries, especially for historical topics like “What were the major causes of World War II?” or educational content such as “How does photosynthesis work?” These subjects rarely change, so reliable cached results can provide accurate information quickly.