| Name | Type | Description |
|---|---|---|
query* | str | The query to search for. |
num_results* | int | The number of results to return. |
include_domains | Optional[List[str]] | Default: None |
exclude_domains | Optional[List[str]] | Default: None |
start_crawl_date | Optional[str] | Default: None |
end_crawl_date | Optional[str] | Default: None |
start_published_date | Optional[str] | Default: None |
end_published_date | Optional[str] | Default: None |
use_autoprompt | Optional[bool] | Default: None |
Run query through Metaphor Search and return metadata.
A list of domains to include in the search. Only one of include_domains and exclude_domains should be defined.
A list of domains to exclude from the search. Only one of include_domains and exclude_domains should be defined.
If specified, only pages we crawled after start_crawl_date will be returned.
If specified, only pages we crawled before end_crawl_date will be returned.
If specified, only pages published after start_published_date will be returned.
If specified, only pages published before end_published_date will be returned.
If true, we turn your query into a more Metaphor-friendly query. Adds latency.