Understand the Brave Search output format
mainSearch results are returned in a structured text format. If the --content flag is used, the markdown content of the page is appended to the result. Each result includes:
- Title: The page title
- Link: The URL
- Age: Relative time (e.g., '2 days ago')
- Snippet: The description from search results
- Content: (Optional) The extracted markdown content
--- Result 1 ---
Title: Page Title
Link: https://example.com/page
Age: 2 days ago
Snippet: Description from search results
Content: (if --content flag used)
Markdown content extracted from the page...
--- Result 2 ---
...