@@ -176,9 +176,38 @@ Search for information on the web using Firecrawl
176176| Parameter | Type | Description |
177177| --------- | ---- | ----------- |
178178| ` data ` | object | Search results, grouped by the sources requested |
179- | ↳ ` title ` | string | Title from the search result |
180- | ↳ ` description ` | string | Description from the search result |
181- | ↳ ` url ` | string | URL of the search result |
179+ | ↳ ` web ` | array | Web results \( returned by default, or when "web" is in sources\) |
180+ | ↳ ` markdown ` | string | Page content in markdown \( when scrapeOptions.formats includes "markdown"\) |
181+ | ↳ ` html ` | string | Processed HTML content \( when scrapeOptions.formats includes "html"\) |
182+ | ↳ ` rawHtml ` | string | Unprocessed raw HTML \( when scrapeOptions.formats includes "rawHtml"\) |
183+ | ↳ ` links ` | array | Links found on the page \( when scrapeOptions.formats includes "links"\) |
184+ | ↳ ` screenshot ` | string | Screenshot URL \( expires after 24 hours, when scrapeOptions.formats includes "screenshot"\) |
185+ | ↳ ` audio ` | string | Signed URL to the extracted MP3 \( when scrapeOptions.formats includes "audio"\) ; expires after 1 hour |
186+ | ↳ ` video ` | string | Signed URL to the extracted video \( when scrapeOptions.formats includes "video"\) ; expires after 1 hour |
187+ | ↳ ` title ` | string | Title from the search result |
188+ | ↳ ` description ` | string | Description from the search result |
189+ | ↳ ` url ` | string | URL of the search result |
190+ | ↳ ` news ` | array | News results \( only when "news" is in sources\) |
191+ | ↳ ` markdown ` | string | Page content in markdown \( when scrapeOptions.formats includes "markdown"\) |
192+ | ↳ ` html ` | string | Processed HTML content \( when scrapeOptions.formats includes "html"\) |
193+ | ↳ ` rawHtml ` | string | Unprocessed raw HTML \( when scrapeOptions.formats includes "rawHtml"\) |
194+ | ↳ ` links ` | array | Links found on the page \( when scrapeOptions.formats includes "links"\) |
195+ | ↳ ` screenshot ` | string | Screenshot URL \( expires after 24 hours, when scrapeOptions.formats includes "screenshot"\) |
196+ | ↳ ` audio ` | string | Signed URL to the extracted MP3 \( when scrapeOptions.formats includes "audio"\) ; expires after 1 hour |
197+ | ↳ ` video ` | string | Signed URL to the extracted video \( when scrapeOptions.formats includes "video"\) ; expires after 1 hour |
198+ | ↳ ` title ` | string | Title of the article |
199+ | ↳ ` snippet ` | string | Snippet from the article |
200+ | ↳ ` url ` | string | URL of the article |
201+ | ↳ ` date ` | string | Date of the article |
202+ | ↳ ` imageUrl ` | string | URL of the article's image |
203+ | ↳ ` position ` | number | Rank of the article within the news results \( 1-based\) |
204+ | ↳ ` images ` | array | Image results \( only when "images" is in sources\) |
205+ | ↳ ` title ` | string | Title from the search result |
206+ | ↳ ` imageUrl ` | string | URL of the image itself |
207+ | ↳ ` imageWidth ` | number | Width of the image in pixels |
208+ | ↳ ` imageHeight ` | number | Height of the image in pixels |
209+ | ↳ ` url ` | string | URL of the page containing the image |
210+ | ↳ ` position ` | number | Rank of the result within the image results \( 1-based\) |
182211| ` warning ` | string | Warning message if any issues occurred during the search |
183212| ` id ` | string | ID of the search job |
184213| ` creditsUsed ` | number | Number of credits the search consumed |
0 commit comments