ParseForge Scrapers

Tapology MMA Fighters Scraper

parseforge/tapology-mma-fighters-scraper

Lead generationAutomation

Scrapes Tapology MMA fighter profiles by name search. Returns each fighter's record, bio, and fight history as a flat row. Export to CSV, JSON, Excel, or XML.

Run this scraper See the API call
Total users
22
Monthly active
3
Total runs
146
Bookmarked
0
Rating
Not rated yet
Last modified
8 days ago

Overview

ParseForge

Tapology MMA Fighters Scraper

Scrape Tapology MMA fighter profiles and records by name, up to a million per run. Each fighter comes with their full record, bio, rankings, and fight history. No login or API key. Export to CSV, JSON, Excel, or XML.

Tapology's public fighter pages hold the most detailed MMA records on the web, but there is no official API and manual copying is slow. This Actor searches Tapology by fighter name and returns each profile as one flat row, ready for analysis. It reads the public pages directly, so you get the same data you would see in a browser, without writing a single selector.

Who uses it What they scrape Tapology for
MMA analysts Build a dataset of fighter records for win-loss modeling and matchup analysis.
Sports bettors Pull recent fight results and opponent quality to inform betting decisions.
Fight promoters Scout prospects by searching names and comparing their Tapology records.
Journalists Gather fighter bios and fight histories for articles and rankings.

What it does

This Actor collects Tapology MMA fighter profiles by name search and returns each fighter as a flat row with their record, bio, and fight history.

  • ๐Ÿ” Name search: type a fighter name like 'jones' or 'silva' and get every matching profile.
  • ๐Ÿ“Š Flat rows: each fighter is one row, so you can open the dataset in Excel or feed it to a database.
  • ๐Ÿ“ˆ Scalable runs: set a maximum from 1 to 1,000,000 fighters per run, and the Actor stops when it reaches that count.
  • ๐Ÿ“ Multiple exports: download as CSV, JSON, Excel, or XML from the Apify dataset tab.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Tapology data

๐Ÿ“ˆ Build a fighter database.

An MMA analyst searches for a list of fighter names and collects their Tapology profiles into one CSV for record-keeping and trend analysis.

๐ŸŽฏ Scout prospects by name.

A fight promoter searches for amateur and regional fighters on Tapology to evaluate their records before offering a contract.

๐Ÿ“Š Compare fighters before a bout.

A sports bettor pulls the Tapology records of two upcoming opponents and compares their win streaks, finishes, and opponent quality.

๐Ÿ“ฐ Research a fighter's history.

A journalist searches a fighter's name on Tapology to gather their full fight history and bio for a feature article.

Why choose this scraper

What you get
No API key Tapology has no public API, so this Actor reads the same pages you would see in a browser.
Complete records Each row includes the fighter's full record, bio, and fight history as shown on Tapology.
One row per fighter Flat output means no nested JSON to flatten before you can analyze it.
Runs on Apify Schedule it, run it from the API, or integrate with hundreds of apps via Apify integrations.

How it compares

No other Store actor targets Tapology the same way, so the honest comparison is with the alternatives teams actually weigh.

Tapology MMA Fighters Scraper Build it in-house By hand
Setup Run it now, zero config Days of engineering None, but hours per pull
When Tapology changes Maintained for you You fix it You re-learn the page
Proxies, retries, anti-bot Built in Your problem Browser only
Output Fixed JSON schema, CSV/Excel export Whatever you build Copy-paste
Cost Pay per result Engineering time Analyst hours

Configure the run

Drive the Actor with a fighter name search, and set a maximum number of fighters to collect per run. The Actor reads each matching profile and returns one row per fighter. The Input tab lists every parameter.

A first run with the defaults:

{
  "maxItems": 10
}

A larger pull:

{
  "maxItems": 200
}

Pricing

Pay-per-result: $0.021 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $2.10
1,000 results $21.00
10,000 results $210.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Tapology MMA Fighters Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Tapology through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/tapology-mma-fighters-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check the fighter name spelling. Tapology search is exact, so try a shorter name like 'jones' instead of 'Jon Jones'. Also make sure the maximum fighters is set to at least 1.

The run is slow or times out.

Lower the maximum fighters per run, or split your search into smaller batches. Tapology pages can be slow to load, and the Actor waits politely between requests.

Some fighter profiles are missing data.

Tapology profiles vary. Some fighters have incomplete bios or no rankings. The Actor returns whatever is publicly available on the page.

I get blocked or see CAPTCHAs.

The Actor uses automatic retries and backoff, but if you run many searches in a short time, Tapology may throttle you. Space out your runs or use a lower concurrency setting.

FAQ

Question Answer
How do I search for a fighter? Enter a name or partial name in the 'Fighter name' input, like 'jones' or 'silva'. The Actor will search Tapology and return all matching profiles.
What data do I get for each fighter? Each row includes the fighter's name, record, bio, rankings, and fight history as shown on their Tapology profile page.
Can I scrape all fighters on Tapology? This Actor is search-based. You provide a name, and it returns matching fighters. To collect many fighters, run it multiple times with different names or use a list of names in a separate workflow.
Is there a limit on how many fighters I can scrape? You can set a maximum from 1 to 1,000,000 fighters per run. The Actor stops when it reaches that number or when there are no more matches.
Do I need a Tapology account or API key? No. The Actor reads public Tapology pages directly, so no login or API key is required.
What output formats are supported? You can export the dataset as CSV, JSON, Excel, or XML from the Apify platform.
Can I schedule this Actor to run regularly? Yes, you can schedule it from the Apify console or via the API to run daily, weekly, or on any cron schedule.
Does this Actor handle rate limiting? Yes, it uses polite crawling with automatic retries and backoff to avoid being blocked by Tapology.
What if a fighter name returns no results? The run will finish with an empty dataset. Try a shorter or more common name, or check the spelling.
Can I get the data via API? Yes, you can call the Actor via the Apify API and receive the results as JSON, or use the dataset API to download the output.

Related actors

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Tapology, Inc. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
maxItems integer How many fighters to collect per run. 10
searchTerm string Fighter name to search on Tapology. e.g. 'jones', 'silva', 'mcgregor'. jones

Pricing

from $19.00 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.019 to $0.021

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~tapology-mma-fighters-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run Tapology MMA Fighters Scraper on Apify All scrapers