# Phishfeed (deprecated) urlscan Pro - The Phishing URL endpoint is a convenience method over the Search API for retrieving detected pages. Unless you have a specific reason not to, you should use the Search API instead! Endpoint: GET /api/v1/pro/phishfeed Version: 1.0.0 Security: apikeyAuth ## Query parameters: - `q` (string) Example: "date:>now-24h" - `limit` (integer) How many results to return Example: "10" - `format` (string) Can be one of csv, tsv, or json Enum: "csv", "tsv", "json" ## Response 200 fields (application/json): - `results` (array) Array of search results - `total` (integer) Total number of results with an exact count up to 10,000 results. - `took` (integer) Search request time in milliseconds. - `has_more` (boolean) True if there are more than 10,000 results.