Question

Bulk URL Lookups

  • 10 April 2024
  • 3 replies
  • 114 views

Badge +5

Hi, has anyone found a way to do bulk URL lookups? I have 100’s of URLs that I want to find their associated categories of. I’ve tried using Advanced Analytics, but it seems unreliable to give me the pre-defined Netskope categories that I’m searching for. 


3 replies

Userlevel 5
Badge +16

Check the APIv2 docs.   There is an endpoint for bulk lookup. 

Badge +5

Ahh, used to using the ones with the convenient examples near the top.

I found it, but don’t know the actual Endpoint URL. Can anyone enlighten me on it?

bulk-lookup-request{

query {
urls [
example: List [ "https://www.netskope.com", "https://www.google.com", "https://www.airbnb.com" ]

user queried URLs

string($url)]
}

}

Badge +5

Anyone?

Reply