Here are some examples of companies that use query string pagination:
- GitHub API - Pagination is supported via the `page` and `per_page` parameters. For example: `https://api.github.com/repos/octocat/Hello-World/issues?page=2&per_page=100`
- Twitter Search API - Uses `page` and `count` parameters. For example: `https://api.twitter.com/1.1/search/tweets.json?q=twitterapi&page=2&count=100`
- Facebook Graph API - Uses `limit` and `offset` parameters. For example: `https://graph.facebook.com/search