# Where To Find Data

If you’re looking for data, Google is still your best friend.

* A simple search like `[data type] datasets` can often return everything you need.
* To dive a little deeper, try Google’s [Dataset Search](https://datasetsearch.research.google.com/) product. It’s like Google, but specifically for datasets.
* Searching for file types can help hone your results further. Using the `filetype:` modifier in the search bar, you can track results in specific formats.
  * `filetype:xls` for spreadsheets
  * `filetype:csv` for CSV files
  * `filetype:json` for JSON files
* Similarly, you can search for results from specific sites like Google Sheets with the modifier `site:`[`docs.google.com/spreadsheet`](http://docs.google.com/spreadsheet)
* If you have technical knowledge, search for API endpoints to query for data.
* If a website contains data you want to access, consider scraping it. This also requires a little technical know-how, but if you’re up for the challenge, we’ve compiled a list of [the best data scraping tools for pSEO](https://www.findable.au/tools/pseo/best-data-scraping-tools-for-pseo).

{% hint style="info" %}
If you’re strapped for time or simply want to skip this step, consider signing up for [Findable Concierge](https://www.findable.au/#section_pricing) to let the wizards handle everything.
{% endhint %}

Once you have your data and your head terms, you’re ready for the fun part: building your pSEO campaign with Findable 🪄


---

# 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.findable.au/pseo-strategy/planning-campaigns/finding-data/where-to-find-data.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.
