---
title: "Phishfeed"
method: GET
path: "/api/v1/pro/phishfeed"
tags: ["Search"]
deprecated: true
---

# Phishfeed

`GET /api/v1/pro/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!

## Query parameters

- `q` string
- `limit` integer
- `format` 'csv' | 'tsv' | 'json'

## Response `200`

OK

- SearchResponse
  - `results` unknown[] — Array of search results
    - unknown
  - `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.

---

[API](https://skmtc.net/urlscan/apis/urlscan-io-apis.md) · [All operations](https://skmtc.net/urlscan/apis/urlscan-io-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/urlscan/urlscan-io-apis/revisions/5d97b31afd68/schema)
