> For the complete documentation index, see [llms.txt](https://docs.jonlo.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jonlo.co/run-searches/see-search-results.md).

# See search results

## See search results

To see your search results, click "see previous searches".

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

Then, use the dropdown menu to find your search.

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

You can see how many new leads were found from the search, as well as how many of these leads have Instagram accounts.

Not all leads will have Instagram handles.

You can see your search results displayed. Fields include:

* Location name
* Image (from Google Maps)
* Search terms (which search term found these results)
* Category (Google Maps classification)
* IG account (the location's Instagram)
* emailunique (location's email address)
* Address
* Website
* Reviews count (how many people have reviewed the location on Google Maps)
* Total score (rating out of 5)
* Phone number
* Pluscode

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

If you scroll further down the page, you can also see search statistics, with a more detailed breakdown, like what categories were found overall, average ratings, and more.

## Why are the number of search results different than the number I requested?

Sometimes, if you ask for 50 results, the search may return a smaller amount, like 39 results. And then, of those 39 results, maybe 30 results have Instagram accounts.

Not to worry, this is because the system has removed duplicates.

For example, if you search for grocers, Google Maps may return 5 Wholefoods in different locations. These are duplicates, so the system will not add them to your database. So if you searched for 50 results, and 5 of them are Whole Foods, only 46 results will be added.

Also, if you search for cafes vs. coffee shops, sometimes you will get the same location. If the location is already added in your database, the system will detect this and not add it a second time.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
