---
title: "Pull Requests"
method: GET
path: "/v1/github/user/pull-requests"
tags: ["GitHub"]
---

# Pull Requests

`GET /v1/github/user/pull-requests`

Searches public GitHub pull requests authored by a user using GitHub's public search index. Pass username, handle, or url. Optional since and until filters use YYYY-MM-DD created dates. Results include the PR title, repo, state, created_at, and url, sorted by newest created first.

## Query parameters

- `handle` string, required
- `since` string
- `until` string
- `cursor` number

## Response `200`

Successful response

---

[API](https://skmtc.dev/scrapecreators/apis/scrape-creators-api.md) · [All operations](https://skmtc.dev/scrapecreators/apis/scrape-creators-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scrapecreators/scrape-creators-api/revisions/e9ec3dbbd8b8/schema)
