post https://api.spyse.com/v4/data/as/scroll/search
While a 'search' request allows to paginate over the first 10'000 results, the 'scroll search' can be used for deep pagination over a larger number of results (or even all results) in much the same way as you would use a cursor on a traditional database. In order to use scrolling, the initial search response will return a 'search_id' data field which should be specified in the subsequent requests in order to iterate over the rest of results.
Options for search params:
| Search parameter | Operator | Value | 
|---|---|---|
| domain | 
                     | Search autonomous systems where the provided domain name is hosted. 
                         | 
| ip | 
                     | Search the autonomous system the provided IP address belongs to. 
                         | 
| as_org | 
                    ,
                    ,
                     | Search the autonomous systems by the associated organization name. 
                         | 
| asn | 
                     | Search the autonomous system by its number. 
                         |