# Run search

## Start searches

To start searches, click the "+" sign

<figure><img src="/files/4ECl4IdzJVuOIrHvLRd6" alt=""><figcaption></figcaption></figure>

Then, type in your "search term" and "how many results you want".

<figure><img src="/files/tw4Narr93eTVfrEOJr8K" alt=""><figcaption></figcaption></figure>

Your search term triggers the bot to scrape Google Maps for the same search phrase.&#x20;

You can be quite targeted. Some possible search terms include:

* Cafes in Toronto
* Bars in SE1, London UK
* Gift shops in 10001, USA
* Sustainable grocers near Lake
* Sustainable grocery store near lake simcoe

You should try these searches on Google Maps first directly to ensure you're extracting the type of data you want. Anything you can find on Google Maps is scrapeable. Coverage is global.

"How many search results you want" limits the maximum amount of search results returned.&#x20;

The maximum amount of search results is 200. This is a Google Maps limitation - Maps will not display more than the first 200 results.

To get more than 200 search results, break down the search into smaller categories and do multiple searches. E.g. Instead of 'cafes in Toronto', do 'cafes in Yorkville Toronto', 'cafes in Liberty Village Toronto', etc...&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.jonlo.co/run-searches/run-search.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
