# Web Research

Web Research Steps provide powerful tools to gather and extract information from across the internet. These capabilities form the foundation for data-driven content creation, market research, and competitive analysis in your workflows.

The Web Research Steps include:

1. [**Google Search**](/actions/workflow-concepts/workflow-steps/web-research/google-search.md) -- automate Google searches and retrieve structured search results
2. [**Web Page Scrape**](/actions/workflow-concepts/workflow-steps/web-research/web-page-scrape.md) -- extract content from websites in various formats including text, markdown, and HTML

Web Research Steps allow you to automate information gathering that would typically require manual browsing and copying. By programmatically accessing search results and website content, you can build workflows that continuously monitor topics, gather competitive intelligence, compile research for content creation, and maintain up-to-date information without manual intervention.

These steps can be combined with other AirOps capabilities like LLM Steps to analyze search results, extract key insights, and transform raw web content into structured, actionable information.

{% hint style="info" %}
Note: When using Web Research Steps, be mindful of website terms of service and copyright considerations. These steps are designed for legitimate business research purposes.
{% endhint %}


---

# 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.airops.com/actions/workflow-concepts/workflow-steps/web-research.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.
