On3 Recruit Scraper

On3 Recruit Scraper

Scrape and download American college football recruits information from all industries including On3, 247Sports, ESPN, and Rivals. Supports recruits by year. Download your data as HTML table, JSON, CSV, Excel, XML, and RSS feed.

OTHERApify

What does On3 Recruit Scraper do?

On3 Recruit Scraper will enable you to retrieve the industry comparison data of the top college football recruits from https://www.on3.com/db/rankings/industry-comparison/football/{insert-year} and download it to popular formats such as Excel, CSV, HTML table, JSON, and others. This data covers recruting rankings for all the major industries including On3, 247Sports, Rivals, and ESPN.

On3 Recruit Scraper can scrape the following:

  • Recruit name
  • Position
  • National/State/Positional Rating (from each of the above industries)
  • National/State/Positional Rank (from each of the above industries)

On3 Recruit Scraper use cases

  • Perform comparative analysis on the top recruits across the different industries.
  • Plot trends in how recruting rankings change over the year for specific players.
  • Feed the scraped data to a DB to be used for web or mobile apps.

Input options

The On3 Recruit Scraper has the following input configurations:

  • Recruiting Class required - The recruriting class year. Example: 2022
  • Recruit Count optional - The amount of recruits you'd like to scrape. Max 500. Example: 300

Output format

Each record represents a recruit. The following is what a typical output will look like:

1{
2	"playerName": "Arch Manning",
3	"position": "QB",
4	"industries": [
5		{
6			"on3Consensus": {
7				"rating": "98",
8				"rank": {
9					"national": "1",
10					"state": "1",
11					"position": "1"
12				}
13			}
14		},
15		{
16			"on3": {
17				"rating": "98",
18				"rank": {
19					"national": "1",
20					"state": "1",
21					"position": "1"
22				}
23			}
24		},
25		{
26			"twoFourSeven": {
27				"rating": "93",
28				"rank": {
29					"national": "1",
30					"state": "1",
31					"position": "1"
32				}
33			}
34		},
35		{
36			"espn": {
37				"rating": "6.1",
38				"rank": {
39					"national": "2",
40					"state": "2",
41					"position": "1"
42				}
43			}
44		},
45		{
46			"rivals": {
47				"rating": "98",
48				"rank": {
49					"national": "1",
50					"state": "1",
51					"position": "1"
52				}
53			}
54		}
55	]
56}

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!