# SERPHouse

## SERPHouse

- [Introduction](https://docs.serphouse.com/introduction.md)
- [Registration](https://docs.serphouse.com/introduction/registration.md): Registering a new account will open a doors to access popular search engines API
- [About the SERP API](https://docs.serphouse.com/introduction/about-the-serp-api.md)
- [HTTP Status Codes](https://docs.serphouse.com/introduction/http-status-codes.md): Understanding SERPHouse API HTTP response codes helps you identify the root cause of the errors you may encounter.
- [Authentication](https://docs.serphouse.com/introduction/authentication.md)
- [Rate Limits](https://docs.serphouse.com/introduction/rate-limits.md)
- [Webhook](https://docs.serphouse.com/introduction/webhook.md)
- [ Libraries](https://docs.serphouse.com/introduction/libraries.md)
- [Getting Started](https://docs.serphouse.com/serp-api/getting-started.md)
- [Live (HTTP GET)](https://docs.serphouse.com/serp-api/live-http-get.md)
- [Live (HTTP POST)](https://docs.serphouse.com/serp-api/live-http-post.md)
- [Schedule SERP](https://docs.serphouse.com/serp-api/schedule-serp.md)
- [Google SERP (Top 100 results)](https://docs.serphouse.com/serp-api/google-serp-top-100-results.md): This endpoint lets you scrape multiple Google result pages by using the max\_pages parameter.
- [Google Schedule SERP (Top 100 results)](https://docs.serphouse.com/serp-api/google-schedule-serp-top-100-results.md): This endpoint schedules one or more Google SERP scraping tasks that fetch up to the top 100 results by iterating result pages using the max\_pages parameter from the advanced Google SERP flow.
- [Check SERP Status](https://docs.serphouse.com/serp-api/check-serp-status.md)
- [Get SERP Result](https://docs.serphouse.com/serp-api/get-serp-result.md)
- [Google Jobs API](https://docs.serphouse.com/google-apis/google-jobs-api.md)
- [Google Autocomplete API](https://docs.serphouse.com/google-apis/google-autocomplete-api.md)
- [Google Videos API](https://docs.serphouse.com/google-apis/google-videos-api.md)
- [Google Short Videos API](https://docs.serphouse.com/google-apis/google-short-videos-api.md)
- [Google Forums API](https://docs.serphouse.com/google-apis/google-forums-api.md)
- [Google Local API](https://docs.serphouse.com/google-apis/google-local-api.md)
- [Domains List](https://docs.serphouse.com/extra-apis/domains-list.md)
- [Languages List](https://docs.serphouse.com/extra-apis/languages-list.md)
- [Locations List](https://docs.serphouse.com/extra-apis/locations-list.md)
- [Account Info](https://docs.serphouse.com/extra-apis/account-info.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.serphouse.com/introduction.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.
