> ## Documentation Index
> Fetch the complete documentation index at: https://docs.axionquant.com/llms.txt
> Use this file to discover all available pages before exploring further.

# WebTrafficAPI

> Website traffic analytics

## traffic()

```typescript theme={null}
traffic(ticker: string): Promise<ApiResponse>
```

Get web traffic data for a company's website.

<ParamField path="ticker" type="string" required>
  Stock ticker symbol
</ParamField>

### Example

```typescript theme={null}
const trafficData = await client.webTraffic.traffic('AAPL');
```
