# Find Websites Inbound & Outbound Traffic from Any Domain

**Use case:** 

Analyze inbound and outbound website traffic with Similarweb. Discover websites sending traffic to a domain, websites receiving traffic from it, and other referral intelligence for competitor and market research.

## Input

```json
{
  "urls": [
    "openai.com"
  ],
  "include_base_data": false,
  "include_similar_sites": false,
  "include_indepth_data": true,
  "output_mode": "aggregated"
}
```

## Output

```json
{
  "data_captured_at": {
    "label": "Data Captured At",
    "format": "string"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "company_parent_domain": {
    "label": "Company Parent Domain",
    "format": "string"
  },
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "company_year_founded": {
    "label": "Company Year Founded",
    "format": "number"
  },
  "company_headquarters": {
    "label": "Company Headquarters",
    "format": "string"
  },
  "company_headquarters_city": {
    "label": "Company Headquarters City",
    "format": "string"
  },
  "company_employees_min": {
    "label": "Company Employees Min",
    "format": "number"
  },
  "company_employees_max": {
    "label": "Company Employees Max",
    "format": "number"
  },
  "company_revenue_min": {
    "label": "Company Revenue Min",
    "format": "number"
  },
  "company_revenue_max": {
    "label": "Company Revenue Max",
    "format": "number"
  },
  "company_revenue_currency": {
    "label": "Company Revenue Currency",
    "format": "string"
  },
  "organic_search_share": {
    "label": "Organic Search Share",
    "format": "number"
  },
  "paid_search_share": {
    "label": "Paid Search Share",
    "format": "number"
  },
  "total_keywords": {
    "label": "Total Keywords",
    "format": "number"
  },
  "top_keywords": {
    "label": "Top Keywords",
    "format": "array"
  },
  "total_social_networks": {
    "label": "Total Social Networks",
    "format": "number"
  },
  "social_networks_share": {
    "label": "Social Networks Share",
    "format": "array"
  },
  "age_distribution": {
    "label": "Age Distribution",
    "format": "array"
  },
  "gender_distribution": {
    "label": "Gender Distribution",
    "format": "object"
  },
  "global_rank_history": {
    "label": "Global Rank History",
    "format": "array"
  },
  "country_rank_history": {
    "label": "Country Rank History",
    "format": "array"
  },
  "category_rank_history": {
    "label": "Category Rank History",
    "format": "array"
  },
  "top_competitors": {
    "label": "Top Competitors",
    "format": "array"
  },
  "top_interested_websites": {
    "label": "Top Interested Websites",
    "format": "array"
  },
  "top_interested_topics": {
    "label": "Top Interested Topics",
    "format": "array"
  },
  "top_categories": {
    "label": "Top Categories",
    "format": "array"
  },
  "marketing_channel_distribution": {
    "label": "Marketing Channel Distribution",
    "format": "array"
  },
  "total_incoming_referring_domains": {
    "label": "Total Incoming Referring Domains",
    "format": "number"
  },
  "top_incoming_referring_domains": {
    "label": "Top Incoming Referring Domains",
    "format": "array"
  },
  "top_incoming_categories": {
    "label": "Top Incoming Categories",
    "format": "array"
  },
  "total_ads_sites": {
    "label": "Total Ads Sites",
    "format": "number"
  },
  "total_ads_networks": {
    "label": "Total Ads Networks",
    "format": "number"
  },
  "top_ads_sites": {
    "label": "Top Ads Sites",
    "format": "array"
  },
  "total_outgoing_referring_domains": {
    "label": "Total Outgoing Referring Domains",
    "format": "number"
  },
  "top_outgoing_referring_domains": {
    "label": "Top Outgoing Referring Domains",
    "format": "array"
  },
  "top_outgoing_categories": {
    "label": "Top Outgoing Categories",
    "format": "array"
  },
  "top_technology_providers": {
    "label": "Top Technology Providers",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Similarweb Scraper](https://apify.com/radeance/similarweb-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/radeance/similarweb-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/radeance/similarweb-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
