Skip to content

List Data Dump Files

Request

urlscan Pro - List available data dump files for a specific time window, file type, and date.

Security
apikeyAuth(Required scopes: readwrite)
Path
timeWindowstringrequired

Time window of the data dump

Enum:"days""hours""minutes"
fileTypestringrequired

Type of data dump file

Enum:"api""search""screenshot""dom"
datestring, (date)required

Date of the data dump in YYYYMMDD format

GET
/api/v1/datadump/list/{timeWindow}/{fileType}/{date}
curl -i -X GET \
  'https://urlscan.io/api/v1/datadump/list/{timeWindow}/{fileType}/{date}' \
  -H 'api-key: YOUR_API_KEY_HERE'

Responses

OK

Bodyapplication/json
filesArray of objects
Response
{ "files": [ {}, {} ] }