# OpenAI Website Traffic - SimilarWeb

**Use case:** 

Scrape SimilarWeb traffic for openai.com with global rank, category rank, monthly visits, engagement metrics, bounce rate, and source URL.

## Input

```json
{
  "domains": [
    "openai.com"
  ],
  "maxResults": 1,
  "country": "world"
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "globalRank": {
    "label": "Global Rank",
    "format": "number"
  },
  "categoryRank": {
    "label": "Cat. Rank",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "monthlyVisits": {
    "label": "Monthly Visits",
    "format": "number"
  },
  "pagesPerVisit": {
    "label": "Pages/Visit",
    "format": "number"
  },
  "avgVisitDuration": {
    "label": "Avg Visit (s)",
    "format": "number"
  },
  "bounceRate": {
    "label": "Bounce %",
    "format": "number"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "similarWebUrl": {
    "label": "SimilarWeb",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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