livecrawl
parameter can help with.
Option | Crawl Behavior | Cache Fallback | Best For |
---|---|---|---|
"always" | Always crawls | Never falls back | Real-time data (news, stock prices, live events) |
"preferred" | Always crawls | Falls back on crawl failure | Production apps needing fresh content with reliability |
"fallback" | Only if no cache | Uses cache first | Balanced speed and freshness |
"never" | Never crawls | Always uses cache | Maximum speed, historical/static content |
"always"
ensures you get the freshest content. If you’re tracking Apple’s latest releases, you’ll want a live view of their homepage:
"preferred"
provides fresh content with fallback reliability. This is ideal for production applications: