# Zapier

> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://you.com/docs/integrations/llms.txt.
> For full documentation content, see https://you.com/docs/integrations/llms-full.txt.

The You.com Zapier integration connects the Search, Content, and News APIs to more than 8,000 apps — no code required. Build automated workflows that pull real-time web data and route results to Slack, Google Sheets, Notion, Airtable, Gmail, or anywhere else you work.

***

## Getting Started

<Steps toc={true}>
  ### Go to the You.com Zapier integration

  Visit [zapier.com/apps/youcom/integrations](https://zapier.com/apps/youcom/integrations) and click **Connect You.com**.

  ### Authenticate with your API key

  When prompted, enter your You.com API key. Get one at [you.com/platform](https://you.com/platform).

  ### Create a Zap

  Choose a trigger (any Zapier-supported app or schedule) and add a You.com action step. Configure your query and map the results to your destination app.
</Steps>

***

## Available Actions

| Action                 | What It Does                                                                   |
| ---------------------- | ------------------------------------------------------------------------------ |
| **Web Search**         | Runs a query against the You.com Search API and returns structured web results |
| **Content Extraction** | Fetches the full text of one or more URLs as clean Markdown or HTML            |
| **News Search**        | Returns breaking news articles from hundreds of publishers matching your query |

***

## Example Workflows

### Research digest to Slack

Trigger on a daily schedule → run a You.com web search → format results → post to a Slack channel. Useful for morning briefings, competitive monitoring, or staying current on a fast-moving topic.

### Competitor pricing monitor

Trigger on a weekly schedule → use Content Extraction to fetch competitor pricing pages → send the Markdown output to an LLM step → post a summary to Notion or Google Docs.

### News alert to email

Trigger on a schedule → run a You.com News Search for your topic → filter results → send matching articles as a formatted email digest via Gmail.

### Form-to-research pipeline

Trigger when a new row appears in a Google Sheet → run a You.com search for each entry → append the top results back into the sheet. Useful for sales research, lead enrichment, or content sourcing.

***

## Resources

<CardGroup cols={2}>
  <Card title="You.com on Zapier" icon="fa-regular fa-bolt" href="https://zapier.com/apps/youcom/integrations">
    Browse all available triggers and actions
  </Card>

  <Card title="Fact Checker Tutorial" icon="fa-regular fa-circle-check" href="https://you.com/resources/how-to-build-an-automated-fact-checker-with-you-com-search-api-and-n8n">
    Step-by-step guide: build an automated fact checker
  </Card>

  <Card title="Search API Reference" icon="fa-regular fa-magnifying-glass" href="/docs/api-reference/search/v1-search">
    Full Search API parameters and response schema
  </Card>

  <Card title="Contents API Reference" icon="fa-regular fa-file-lines" href="/docs/api-reference/contents">
    Full Contents API parameters and response schema
  </Card>
</CardGroup>