Skip to content

v1.2.0 - v1/search is now available!

Compare
Choose a tag to compare
@nickscamara nickscamara released this 02 Jan 23:24
· 302 commits to main since this release

/v1/search

The search endpoint combines web search with Firecrawl’s scraping capabilities to return full page content for any query.

Include scrapeOptions with formats: ["markdown"] to get complete markdown content for each search result otherwise it defaults to getting SERP results (url, title, description).

More info here /v1/search docs

What's Changed

Full Changelog: v1.1.1...v1.2.0