WWE API - Wrestling Sports avatar

WWE API - Wrestling Sports

Pricing

from $0.01 / 1,000 results

Go to Apify Store
WWE API - Wrestling Sports

WWE API - Wrestling Sports

Fetch comprehensive WWE wrestling data including superstars roster, championship information, premium live events, match results, and show schedules for Raw, SmackDown, and NXT. Superstars Data, Roster, Profile, Championships, Events Data, Schedule, Raw, SmackDown, NXT

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

0

Monthly active users

6 days ago

Last modified

Share

WWE API

API Integration

This actor connects to an external API service. You'll need valid API credentials from the service provider.


API Integration

This actor connects to an external API service. You'll need valid API credentials from the service provider.


Fetch WWE wrestling data including superstars, events, championships, match results, and show schedules for Raw, SmackDown, NXT, and premium live events.

Features

Superstars Data

  • Roster - Complete list of WWE superstars by brand
  • Profile - Detailed superstar profiles with stats and history
  • Championships - Title history for each superstar

Championship Data

  • Active Championships - All current WWE titles
  • Championship History - Complete lineage of each title
  • Current Champions - Who holds each title

Events Data

  • Premium Live Events - WrestleMania, SummerSlam, Royal Rumble, etc.
  • Event Cards - Full match cards for events
  • Results - Match results and winners

Show Schedule

  • Raw - Monday Night Raw schedule
  • SmackDown - Friday Night SmackDown schedule
  • NXT - Tuesday NXT schedule

Quick Start

{
"input": "your input here"
}

Demo Mode

Set demoMode: true to test with sample data (no charges). When you're ready for real results, set demoMode: false or omit it.

{
"demoMode": true,
...
}

Input Parameters

ParameterTypeRequiredDescription
See input schema

Output Format

All tasks return a consistent JSON structure:

{
"task": "superstars",
"success": true,
"timestamp": "2024-12-29T12:00:00.000Z",
"brand": "raw",
"dataCount": 25,
"data": [...]
}

Pricing

This actor uses pay-per-event billing: This actor uses pay-per-event pricing:

TaskPrice
Superstars Roster$0.01
Championships$0.01
Premium Live Events$0.01
Match Results$0.01
Show Schedule$0.01
Superstar Profile$0.02
Championship History$0.02
Event Card$0.01

Use Cases

  • Data collection
  • Research
  • Automation

Common Problems & Solutions

"Invalid API key" error

Cause: Your API key is wrong, expired, or doesn't have the right permissions. Fix: Double-check your API key. Make sure you copied it exactly without extra spaces.

"Rate limit exceeded" error

Cause: You've hit the API's rate limits. Fix: Wait a few minutes, then try again. Consider reducing the number of concurrent requests.

Empty or incomplete results

Cause: The target may have anti-scraping protection or the data doesn't exist. Fix:

  • Check if the URL/search query is correct
  • Try with different parameters
  • Some sites may block automated access

Demo data showing instead of real results

Cause: demoMode is still set to true. Fix: Set demoMode: false and provide your API key(s).

๐Ÿ“ž Support


Built by John Rippy | Actor Arsenal