NCAA Directory Staff Leads Scraper ❌
DeprecatedPricing
from $10.00 / 1,000 results
NCAA Directory Staff Leads Scraper ❌
DeprecatedScrapes staff directory Leads data from NCAA member institutions based on division, states, and sports filters.
NCAA Directory Staff Leads Scraper ❌
DeprecatedPricing
from $10.00 / 1,000 results
Scrapes staff directory Leads data from NCAA member institutions based on division, states, and sports filters.
You can access the NCAA Directory Staff Leads Scraper ❌ programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
{ "openapi": "3.0.1", "info": { "version": "1.4", "x-build-id": "eM17ri4ezquTZpHDC" }, "servers": [ { "url": "https://api.apify.com/v2" } ], "paths": { "/acts/morkerr~ncaa-directory-scraper/run-sync-get-dataset-items": { "post": { "operationId": "run-sync-get-dataset-items-morkerr-ncaa-directory-scraper", "x-openai-isConsequential": false, "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.", "tags": [ "Run Actor" ], "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/inputSchema" } } } }, "parameters": [ { "name": "token", "in": "query", "required": true, "schema": { "type": "string" }, "description": "Enter your Apify token here" } ], "responses": { "200": { "description": "OK" } } } }, "/acts/morkerr~ncaa-directory-scraper/runs": { "post": { "operationId": "runs-sync-morkerr-ncaa-directory-scraper", "x-openai-isConsequential": false, "summary": "Executes an Actor and returns information about the initiated run in response.", "tags": [ "Run Actor" ], "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/inputSchema" } } } }, "parameters": [ { "name": "token", "in": "query", "required": true, "schema": { "type": "string" }, "description": "Enter your Apify token here" } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/runsResponseSchema" } } } } } } }, "/acts/morkerr~ncaa-directory-scraper/run-sync": { "post": { "operationId": "run-sync-morkerr-ncaa-directory-scraper", "x-openai-isConsequential": false, "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.", "tags": [ "Run Actor" ], "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/inputSchema" } } } }, "parameters": [ { "name": "token", "in": "query", "required": true, "schema": { "type": "string" }, "description": "Enter your Apify token here" } ], "responses": { "200": { "description": "OK" } } } } }, "components": { "schemas": { "inputSchema": { "type": "object", "properties": { "universitySearch": { "title": "Search University Name", "type": "string", "description": "Type to search for a specific university (e.g., 'Alabama'). Leave empty to use Division/State/Sport filters.", "default": "" }, "division": { "title": "Division", "enum": [ "DI", "DII", "DIII" ], "type": "string", "description": "Select NCAA Division to filter", "default": "DI" }, "states": { "title": "States", "type": "array", "description": "Select one or more states (leave empty for all states)", "items": { "type": "string", "enum": [ "AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "DC", "FL", "GA", "HI", "ID", "IL", "IN", "IA", "KS", "KY", "LA", "ME", "MD", "MA", "MI", "MN", "MS", "MO", "MT", "NE", "NV", "NH", "NJ", "NM", "NY", "NC", "ND", "OH", "OK", "OR", "PA", "RI", "SC", "SD", "TN", "TX", "UT", "VT", "VA", "VI", "WA", "WV", "WI", "WY" ], "enumTitles": [ "Alabama", "Alaska", "Arizona", "Arkansas", "California", "Colorado", "Connecticut", "Delaware", "District of Columbia", "Florida", "Georgia", "Hawaii", "Idaho", "Illinois", "Indiana", "Iowa", "Kansas", "Kentucky", "Louisiana", "Maine", "Maryland", "Massachusetts", "Michigan", "Minnesota", "Mississippi", "Missouri", "Montana", "Nebraska", "Nevada", "New Hampshire", "New Jersey", "New Mexico", "New York", "North Carolina", "North Dakota", "Ohio", "Oklahoma", "Oregon", "Pennsylvania", "Rhode Island", "South Carolina", "South Dakota", "Tennessee", "Texas", "Utah", "Vermont", "Virginia", "Virgin Islands", "Washington", "West Virginia", "Wisconsin", "Wyoming" ] } }, "sports": { "title": "Sports / Categories", "type": "array", "description": "Select specific sports/categories to scrape from staff directories. Leave empty to scrape ALL categories.", "items": { "type": "string", "enum": [ "Football", "Baseball", "Basketball", "Field Hockey", "Men's Archery", "Men's Basketball", "Men's Cross Country", "Men's Fencing", "Men's Golf", "Men's Gymnastics", "Men's Ice Hockey", "Men's Lacrosse", "Men's Rifle", "Men's Skiing", "Men's Soccer", "Men's Swimming & Diving", "Men's Tennis", "Men's Track & Field", "Men's Volleyball", "Men's Water Polo", "Men's Wrestling", "Softball", "Women's Basketball", "Women's Beach Volleyball", "Women's Bowling", "Women's Cross Country", "Women's Fencing", "Women's Field Hockey", "Women's Golf", "Women's Gymnastics", "Women's Ice Hockey", "Women's Lacrosse", "Women's Rifle", "Women's Skiing", "Women's Soccer", "Women's Swimming & Diving", "Women's Tennis", "Women's Track & Field", "Women's Volleyball", "Women's Water Polo", "Women's Wrestling" ], "enumTitles": [ "Football", "Baseball", "Basketball", "Field Hockey", "Men's Archery", "Men's Basketball", "Men's Cross Country", "Men's Fencing", "Men's Golf", "Men's Gymnastics", "Men's Ice Hockey", "Men's Lacrosse", "Men's Rifle", "Men's Skiing", "Men's Soccer", "Men's Swimming & Diving", "Men's Tennis", "Men's Track & Field", "Men's Volleyball", "Men's Water Polo", "Men's Wrestling", "Softball", "Women's Basketball", "Women's Beach Volleyball", "Women's Bowling", "Women's Cross Country", "Women's Fencing", "Women's Field Hockey", "Women's Golf", "Women's Gymnastics", "Women's Ice Hockey", "Women's Lacrosse", "Women's Rifle", "Women's Skiing", "Women's Soccer", "Women's Swimming & Diving", "Women's Tennis", "Women's Track & Field", "Women's Volleyball", "Women's Water Polo", "Women's Wrestling" ] }, "default": [ "Football" ] }, "maxInstitutions": { "title": "Max Institutions", "minimum": 0, "type": "integer", "description": "Maximum number of institutions to process (0 = no limit). Use 1 for quick trial.", "default": 0 }, "proxyConfiguration": { "title": "Proxy Configuration", "type": "object", "description": "Optional proxy configuration" } } }, "runsResponseSchema": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "string" }, "actId": { "type": "string" }, "userId": { "type": "string" }, "startedAt": { "type": "string", "format": "date-time", "example": "2025-01-08T00:00:00.000Z" }, "finishedAt": { "type": "string", "format": "date-time", "example": "2025-01-08T00:00:00.000Z" }, "status": { "type": "string", "example": "READY" }, "meta": { "type": "object", "properties": { "origin": { "type": "string", "example": "API" }, "userAgent": { "type": "string" } } }, "stats": { "type": "object", "properties": { "inputBodyLen": { "type": "integer", "example": 2000 }, "rebootCount": { "type": "integer", "example": 0 }, "restartCount": { "type": "integer", "example": 0 }, "resurrectCount": { "type": "integer", "example": 0 }, "computeUnits": { "type": "integer", "example": 0 } } }, "options": { "type": "object", "properties": { "build": { "type": "string", "example": "latest" }, "timeoutSecs": { "type": "integer", "example": 300 }, "memoryMbytes": { "type": "integer", "example": 1024 }, "diskMbytes": { "type": "integer", "example": 2048 } } }, "buildId": { "type": "string" }, "defaultKeyValueStoreId": { "type": "string" }, "defaultDatasetId": { "type": "string" }, "defaultRequestQueueId": { "type": "string" }, "buildNumber": { "type": "string", "example": "1.0.0" }, "containerUrl": { "type": "string" }, "usage": { "type": "object", "properties": { "ACTOR_COMPUTE_UNITS": { "type": "integer", "example": 0 }, "DATASET_READS": { "type": "integer", "example": 0 }, "DATASET_WRITES": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_READS": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_WRITES": { "type": "integer", "example": 1 }, "KEY_VALUE_STORE_LISTS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_READS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_WRITES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_INTERNAL_GBYTES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_EXTERNAL_GBYTES": { "type": "integer", "example": 0 }, "PROXY_RESIDENTIAL_TRANSFER_GBYTES": { "type": "integer", "example": 0 }, "PROXY_SERPS": { "type": "integer", "example": 0 } } }, "usageTotalUsd": { "type": "number", "example": 0.00005 }, "usageUsd": { "type": "object", "properties": { "ACTOR_COMPUTE_UNITS": { "type": "integer", "example": 0 }, "DATASET_READS": { "type": "integer", "example": 0 }, "DATASET_WRITES": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_READS": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_WRITES": { "type": "number", "example": 0.00005 }, "KEY_VALUE_STORE_LISTS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_READS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_WRITES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_INTERNAL_GBYTES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_EXTERNAL_GBYTES": { "type": "integer", "example": 0 }, "PROXY_RESIDENTIAL_TRANSFER_GBYTES": { "type": "integer", "example": 0 }, "PROXY_SERPS": { "type": "integer", "example": 0 } } } } } } } } }}OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.
OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.
By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.
You can download the OpenAPI definitions for NCAA Directory Staff Leads Scraper ❌ from the options below:
If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.
You can also check out our other API clients: