# ProxyScrape Docs > ProxyScrape API documentation. Use the API to get proxy lists and manage your account with API keys. ## Docs - [Welcome to ProxyScrape](https://docs.proxyscrape.com/introduction.md): ProxyScrape provides reliable proxies and tools to help you collect, process, and scale access to public web data. - [Getting started](https://docs.proxyscrape.com/getting-started.md): Sign up, verify your email, choose your proxy type, and connect your first proxy in a few steps. - [Premium datacenter proxies](https://docs.proxyscrape.com/welcome-links/premium.md) - [Dedicated](https://docs.proxyscrape.com/welcome-links/dedicated.md) - [Residential](https://docs.proxyscrape.com/welcome-links/residential.md) - [Unlimited Residential](https://docs.proxyscrape.com/welcome-links/unlimited-residential.md) - [Mobile](https://docs.proxyscrape.com/welcome-links/mobile.md) - [Google SERP API](https://docs.proxyscrape.com/welcome-links/serp-api.md) - [ISP](https://docs.proxyscrape.com/welcome-links/isp.md) - [API Reference](https://docs.proxyscrape.com/welcome-links/api-reference.md) - [Account FAQs](https://docs.proxyscrape.com/welcome-links/account-faqs.md) - [Proxies FAQs](https://docs.proxyscrape.com/welcome-links/proxies-faqs.md) - [Dashboard](https://docs.proxyscrape.com/welcome-links/dashboard.md) - [ProxyScrape API](https://docs.proxyscrape.com/api-overview.md): Use the ProxyScrape API to get free proxy lists and manage your account programmatically. - [Account API overview](https://docs.proxyscrape.com/api/account/overview.md): What API keys are and how they work across ProxyScrape products. - [Authentication](https://docs.proxyscrape.com/api/account/authentication.md): Send your API key in the api-token header and use the correct base URL and path prefix. - [Create a key](https://docs.proxyscrape.com/api/account/create.md): Create your first API key from the dashboard; create additional keys via the dashboard or the API. - [Permissions](https://docs.proxyscrape.com/api/account/permissions.md): How API key permissions work, how to choose them in the dashboard, and how to discover them via the API. - [Permission reference](https://docs.proxyscrape.com/api/account/permission-reference.md): Reference of product (2-part) and account API key (3-part) permissions. - [Scopes and restrictions](https://docs.proxyscrape.com/api/account/scopes-restrictions.md): Limit API key access with subaccount scoping, IP restrictions, and expiration. - [Manage keys](https://docs.proxyscrape.com/api/account/lifecycle.md): View, edit, regenerate, and revoke API keys from the dashboard or API. - [API ordering](https://docs.proxyscrape.com/api/account/api-ordering.md): Place wallet-paid orders and read your wallet balance programmatically. No gateway redirect, no checkout UI. - [Errors](https://docs.proxyscrape.com/api/account/errors.md): HTTP 401 and 403 and standard error shape for Account API requests. - [Get permission context](https://docs.proxyscrape.com/api-reference/get-permission-context.md): Returns the permission structure and allowed permissions for your account. Use this to build permission selection UIs or validate permissions before creating a key. Permission: `account:apikeys:read`. - [Get allowed permissions](https://docs.proxyscrape.com/api-reference/get-allowed-permissions.md): Returns the flat list of permissions you may grant to API keys. Use this to populate a permissions UI or validate the `permissions` array when creating a key. Permission: `account:apikeys:read`. - [Create API key](https://docs.proxyscrape.com/api-reference/create-api-key.md): Create a new API key with a name, permissions, and optional scopes (allowed_subaccounts, allowed_ips, expires_at). The full 64-character token is returned **only once** in this response — store it securely. Permission: `account:apikeys:create`. - [Get API key](https://docs.proxyscrape.com/api-reference/get-api-key.md): Get a single API key by its UUID. Returns metadata only — the secret is never returned after creation. Permission: `account:apikeys:read`. - [Update API key](https://docs.proxyscrape.com/api-reference/update-api-key.md): Update an API key's name, permissions, allowed_subaccounts, allowed_ips, expires_at, or is_active. The response includes an `updated_fields` array showing which fields changed. You cannot update the API key currently being used to authenticate the request — doing so returns 409. Note: sending an emp… - [Revoke API key](https://docs.proxyscrape.com/api-reference/revoke-api-key.md): Permanently revoke an API key. The key can no longer be used for authentication. You cannot revoke the key you are currently using — use a different key. Permission: `account:apikeys:delete`. - [Regenerate API key](https://docs.proxyscrape.com/api-reference/regenerate-api-key.md): Regenerates an API key by revoking the old key and creating a new one with the same settings. **The old key is permanently deleted** — its `id` is no longer valid. The response contains a new `id` (UUID) which must be used for all future operations on this key. The new full token is returned **only… - [List subaccounts](https://docs.proxyscrape.com/api-reference/list-subaccounts.md): List all subaccounts for the authenticated account. Each subaccount has its own products (datacenter, residential, etc.). Permission: `subaccount:read`. - [List API keys](https://docs.proxyscrape.com/api-reference/api-key-management/list-api-keys.md): List API keys for the account. Returns key metadata (id, name, permissions, scopes, expiry, `is_active`) but never the secret. Supports status/search filters and optional pagination. Inactive keys are included when `status` is `all` or `inactive`. Permission: `account:apikeys:read`. - [Place a wallet-paid order](https://docs.proxyscrape.com/api-reference/api-ordering/place-a-wallet-paid-order.md): Place a headless, wallet-paid order. The server forces `pay_with_credit=1` and `no_redirect=1` internally, so the order is debited from your wallet balance with no gateway redirect. - [Read order status](https://docs.proxyscrape.com/api-reference/api-ordering/read-order-status.md): Returns the lifecycle state of a previously placed order. Consumers `POST /v4/account/orders/create`, then poll this endpoint every 1–2 seconds with the returned `order_id` until `status === "processed"`. At that point `data.subaccount` is populated with the same shape `/v4/account/subaccounts` emit… - [Read wallet balance](https://docs.proxyscrape.com/api-reference/api-ordering/read-wallet-balance.md): Returns the authenticated caller's wallet balance and currency. Authenticate with the `api-token` header. The email is derived server-side from the auth identity, so a token can only ever read its own wallet (IDOR-safe). - [Get datacenter proxy list](https://docs.proxyscrape.com/api-reference/datacenter/get-datacenter-proxy-list.md): Get the datacenter proxy list for a subaccount. Filter by country, protocol, format, and status. Permission: `datacenter_shared:read` or `datacenter_dedicated:read`. - [Manage IP whitelist](https://docs.proxyscrape.com/api-reference/datacenter/manage-ip-whitelist.md): Manage the IP whitelist for a datacenter subaccount. All four operations share this endpoint via the required `type` query parameter. - [Datacenter overview](https://docs.proxyscrape.com/api-reference/datacenter/datacenter-overview.md): Get datacenter subscription overview for a subaccount: plan details, proxy count, status, and expiration. Permission: `datacenter_shared:read` or `datacenter_dedicated:read`. - [Datacenter usage](https://docs.proxyscrape.com/api-reference/datacenter/datacenter-usage.md): Get bandwidth and request usage for the datacenter subaccount. Permission: `datacenter_shared:read` or `datacenter_dedicated:read`. - [Usage requests](https://docs.proxyscrape.com/api-reference/datacenter/usage-requests.md): Get recent API usage requests for the datacenter subaccount. Permission: `datacenter_shared:read` or `datacenter_dedicated:read`. - [Countries available (datacenter)](https://docs.proxyscrape.com/api-reference/datacenter/countries-available-datacenter.md): List countries available for the datacenter subaccount. Permission: `datacenter_shared:read` or `datacenter_dedicated:read`. - [Datacenter bandwidth periods](https://docs.proxyscrape.com/api-reference/datacenter/datacenter-bandwidth-periods.md): Get the current billing period and upcoming prepaid periods for a datacenter subaccount. Returns `periods_supported: false` if the subaccount does not use bandwidth-based billing. Permission: `datacenter_shared:read` or `datacenter_dedicated:read`. - [Get subaccount preferences](https://docs.proxyscrape.com/api-reference/subaccounts/get-subaccount-preferences.md): Get preferences for a subaccount (label, visibility). Permission: `subaccount:read`. - [Update subaccount preferences](https://docs.proxyscrape.com/api-reference/subaccounts/update-subaccount-preferences.md): Update subaccount preferences such as label or is_hidden. Permission: `subaccount:write`. - [Residential overview](https://docs.proxyscrape.com/api-reference/residential/residential-overview.md): Get residential subscription overview: plan, bandwidth used/remaining, status. Permission: `residential:read`. - [Residential countries](https://docs.proxyscrape.com/api-reference/residential/residential-countries.md): List available countries for residential proxies. Permission: `residential:read`. - [Residential login info](https://docs.proxyscrape.com/api-reference/residential/residential-login-info.md): Get login credentials for the residential subaccount. Permission: `residential:read`. - [Subuser uptime status](https://docs.proxyscrape.com/api-reference/residential/subuser-uptime-status.md): Get uptime status for residential subusers. Permission: `residential:read`. - [Subuser response time status](https://docs.proxyscrape.com/api-reference/residential/subuser-response-time-status.md): Get response time status for residential subusers. Permission: `residential:read`. - [Get subuser(s)](https://docs.proxyscrape.com/api-reference/residential/get-subusers.md): List all residential subusers for a subaccount. Permission: `residential:read`. - [Subuser statistic](https://docs.proxyscrape.com/api-reference/residential/subuser-statistic.md): Get usage statistics for a residential subuser. Permission: `residential:read`. - [Subuser usage](https://docs.proxyscrape.com/api-reference/residential/subuser-usage.md): Get bandwidth usage for a residential subuser. Permission: `residential:read`. - [Subuser usage requests](https://docs.proxyscrape.com/api-reference/residential/subuser-usage-requests.md): Get recent API usage requests for a residential subuser. Permission: `residential:read`. - [Create subuser](https://docs.proxyscrape.com/api-reference/residential/create-subuser.md): Create a new residential subuser with a username and password. Permission: `residential:write`. - [Update subuser](https://docs.proxyscrape.com/api-reference/residential/update-subuser.md): Update a residential subuser's username or password. Permission: `residential:write`. - [Reset subuser password](https://docs.proxyscrape.com/api-reference/residential/reset-subuser-password.md): Reset the password for a residential subuser. Permission: `residential:write`. - [Delete subuser](https://docs.proxyscrape.com/api-reference/residential/delete-subuser.md): Delete a residential subuser. Permission: `residential:delete`. - [Residential unlimited overview](https://docs.proxyscrape.com/api-reference/residential-unlimited/residential-unlimited-overview.md): Get residential unlimited subscription overview: plan, status, connection details. Permission: `residential_unlimited:read`. - [Statistics](https://docs.proxyscrape.com/api-reference/residential-unlimited/statistics.md): Get usage statistics for the residential unlimited subaccount. Permission: `residential_unlimited:read`. - [Countries](https://docs.proxyscrape.com/api-reference/residential-unlimited/countries.md): List available countries for residential unlimited proxies. Permission: `residential_unlimited:read`. - [Update password](https://docs.proxyscrape.com/api-reference/residential-unlimited/update-password.md): Update the password for the residential unlimited subaccount. Permission: `residential_unlimited:write`. - [SERP API overview](https://docs.proxyscrape.com/api-reference/serp-api/serp-api-overview.md): Get SERP API subscription overview: plan, credits used/remaining, status. Permission: `serp_api:read`. - [Get SERP API subuser(s)](https://docs.proxyscrape.com/api-reference/serp-api/get-serp-api-subusers.md): List SERP API subusers for a subaccount. Permission: `serp_api:read`. - [Create SERP API subuser](https://docs.proxyscrape.com/api-reference/serp-api/create-serp-api-subuser.md): Create a new SERP API subuser with a username and password. Permission: `serp_api:write`. - [Update SERP API subuser](https://docs.proxyscrape.com/api-reference/serp-api/update-serp-api-subuser.md): Update a SERP API subuser's username or password. Permission: `serp_api:write`. - [Reset SERP API subuser password](https://docs.proxyscrape.com/api-reference/serp-api/reset-serp-api-subuser-password.md): Reset the password for a SERP API subuser. Permission: `serp_api:write`. - [Delete SERP API subuser](https://docs.proxyscrape.com/api-reference/serp-api/delete-serp-api-subuser.md): Delete a SERP API subuser. Permission: `serp_api:delete`. - [SERP API overview](https://docs.proxyscrape.com/api/serp-api/overview.md): Query Google search results as structured JSON over a single authenticated GET request. - [Search](https://docs.proxyscrape.com/api-reference/serp-api/search.md): Run a Google search and receive parsed results as JSON. Authenticate with HTTP Basic Auth using a SERP API sub-user's `username` and `password` (create and manage sub-users in the dashboard). - [Get proxy list](https://docs.proxyscrape.com/api-reference/public-api/get-proxy-list.md): Returns a list of free proxies. Use query parameters to filter by protocol, country, timeout, anonymity, and more. Results can be displayed in the browser or returned for download. - [Account](https://docs.proxyscrape.com/collections/account.md): FAQs about your ProxyScrape account, login, subscription management, and account status. - [Can I downgrade my account?](https://docs.proxyscrape.com/account/can-i-downgrade-my-account.md): Whether you can downgrade your plan and how to do it. - [Can I pause my subscription?](https://docs.proxyscrape.com/account/can-i-pause-my-subscription.md): How to pause your subscription and when it resumes. - [Does my subscription automatically renew?](https://docs.proxyscrape.com/account/does-my-subscription-automatically-renew.md): Whether your subscription renews automatically and how to change it. - [How to renew my subscription?](https://docs.proxyscrape.com/account/how-to-renew-my-subscription.md): How to renew your subscription before or after it expires. - [How to cancel my subscription?](https://docs.proxyscrape.com/account/how-to-cancel-my-subscription.md): How to cancel your subscription and when access ends. - [How do I log in?](https://docs.proxyscrape.com/account/how-do-i-login.md): Log in to the ProxyScrape dashboard to manage your account and access your proxy credentials. - [How to sign up for ProxyScrape](https://docs.proxyscrape.com/account/how-to-sign-up-for-proxyscrape.md): Create a ProxyScrape account and verify your email so you can log in and use your proxies. - [How to change my login?](https://docs.proxyscrape.com/account/how-to-change-my-login.md): How to change your account password or email address. - [My login got leaked or hacked](https://docs.proxyscrape.com/account/my-login-got-leaked-or-hacked.md): What to do if your login was compromised or leaked. - [Why have my IPs been unauthenticated?](https://docs.proxyscrape.com/account/why-have-my-ips-been-unauthenticated.md): Why your IPs were removed from authentication and how to re-add them. - [Is there an affiliate program for ProxyScrape?](https://docs.proxyscrape.com/account/is-there-an-affiliate-program-for-proxyscrape.md): ProxyScrape affiliate program and how to join. - [Why has my account been suspended?](https://docs.proxyscrape.com/account/why-has-my-account-been-suspended.md): Reasons for account suspension and how to resolve or appeal. - [Billing](https://docs.proxyscrape.com/collections/billing.md): FAQs about payment methods, discounts, refunds, and when you receive your product. - [Are there any discounts?](https://docs.proxyscrape.com/account/are-there-any-discounts.md): Available discounts and promotional offers for ProxyScrape. - [What payment methods do you accept?](https://docs.proxyscrape.com/account/what-payment-methods-do-you-accept.md): Accepted payment methods for ProxyScrape subscriptions. - [Why are credit card payments unavailable?](https://docs.proxyscrape.com/account/why-are-paypal-and-credit-card-payments-unavailable.md): Why card payments may be unavailable in your region and alternatives. - [Can I get a refund?](https://docs.proxyscrape.com/account/can-i-get-a-refund.md): Refund policy and how to request a refund for your subscription. - [I didn't receive my product](https://docs.proxyscrape.com/account/i-didnt-receive-my-product.md): What to do if you did not receive your proxy credentials or product after purchase. - [When do I receive my product?](https://docs.proxyscrape.com/account/when-do-i-receive-my-product.md): When you receive access to your proxies after payment. - [Proxies](https://docs.proxyscrape.com/collections/proxies.md): Everything about ProxyScrape proxies — choosing a product, setting them up, and product-specific guides for Premium, Dedicated, Dedicated ISP, Residential, Unlimited Residential, and Mobile. - [Which proxies are best for me?](https://docs.proxyscrape.com/proxies/whats-the-difference-between-premium-residential-and-dedicated-proxies.md): Compare Premium, Dedicated, Dedicated ISP, Residential, Unlimited Residential, and Mobile proxy types and use cases. - [Can I have a trial?](https://docs.proxyscrape.com/proxies/can-i-have-a-trial.md): Whether ProxyScrape offers a free trial for proxies. - [What proxy locations do you offer?](https://docs.proxyscrape.com/proxies/what-proxy-locations-do-you-offer.md): Available countries and regions across ProxyScrape's premium, dedicated, and residential proxy plans. - [What geolocation database does ProxyScrape use?](https://docs.proxyscrape.com/proxies/what-geolocation-database-does-proxyscrape-use.md): Which geolocation database is used for proxy country and location. - [How fast are the proxies?](https://docs.proxyscrape.com/proxies/how-fast-are-the-proxies.md): Expected speed and performance of ProxyScrape proxy types. - [What anonymity level are the proxies?](https://docs.proxyscrape.com/proxies/what-anonymity-level-are-the-proxies.md): Anonymity level of ProxyScrape proxies and what target sites see. - [Are these rotating proxies?](https://docs.proxyscrape.com/proxies/are-these-rotating-proxies.md): Which ProxyScrape products use rotating IPs and how rotation works. - [Are these static proxies?](https://docs.proxyscrape.com/proxies/are-these-static-proxies.md): Which ProxyScrape products offer static IPs and how they work. - [Are the proxies always online?](https://docs.proxyscrape.com/proxies/are-the-proxies-always-online.md): Premium, Dedicated, and Residential proxies are always online; free proxies may go offline often. - [Can I change the proxy location?](https://docs.proxyscrape.com/proxies/can-i-change-the-proxy-location.md): Changing proxy country or location for your subscription. - [Browser extension](https://docs.proxyscrape.com/proxies/browser-extension.md): Route your browser traffic through your ProxyScrape proxies using the browser extension. - [Using proxies in the ProxyScrape proxy checker](https://docs.proxyscrape.com/proxies/using-proxies-in-the-proxy-checker.md): Test whether your proxies are working, and check their speed, anonymity, and country, with the ProxyScrape proxy checker. - [How to authenticate my IP?](https://docs.proxyscrape.com/proxies/how-to-authenticate-my-ip.md): Learn how to authenticate your IP for Premium and Dedicated proxies and how long to wait before first use. - [Do the proxies have username and password authentication?](https://docs.proxyscrape.com/proxies/do-the-proxies-have-username-and-password-authentication.md): Username and password authentication for Premium, Dedicated, and Residential proxies. - [Do the proxies support IP authentication?](https://docs.proxyscrape.com/proxies/do-the-proxies-support-ip-authentication.md): Which proxy types support IP-based authentication and how it works. - [Can I authenticate my IPv6 IP?](https://docs.proxyscrape.com/proxies/can-i-authenticate-my-ipv6-ip.md): IPv6 support for IP authentication; currently only IPv4 is supported. - [Can I use the proxies with a dynamic IP?](https://docs.proxyscrape.com/proxies/can-i-use-the-proxies-with-a-dynamic-ip.md): Using proxies when your IP changes; IP authentication and dynamic IPs. - [What ports do the proxies use?](https://docs.proxyscrape.com/proxies/what-ports-do-the-proxies-use.md): Which ports to use for HTTP, HTTPS, SOCKS4, and SOCKS5 proxies. - [Are the proxies HTTP(s), Socks4, or Socks5?](https://docs.proxyscrape.com/proxies/are-the-proxies-http-s-socks4-or-socks5.md): Which proxy protocols ProxyScrape supports: HTTP, HTTPS, SOCKS4, and SOCKS5. - [Do the Socks5 proxies support UDP and TCP?](https://docs.proxyscrape.com/proxies/do-the-socks5-proxies-support-udp-and-tcp.md): SOCKS5 proxy support for UDP and TCP; premium and ISP support both, dedicated and residential support TCP only. - [What is the connection limit of the proxies?](https://docs.proxyscrape.com/proxies/what-is-the-connection-limit-of-the-proxies.md): Concurrent connection limits for Premium, Dedicated, Residential, and ISP proxies. - [On how many devices can I use the proxies?](https://docs.proxyscrape.com/proxies/on-how-many-devices-can-i-use-the-proxies.md): How many devices or IPs you can use with your proxy subscription. - [Why are proxies not working?](https://docs.proxyscrape.com/proxies/why-are-proxies-not-working.md): Troubleshoot proxy connection failures, auth issues, and common fixes. - [Why are the proxies banned?](https://docs.proxyscrape.com/proxies/why-are-the-proxies-banned.md): Why proxies get banned or blocked and what you can do about it. - [Why is the country of my proxies incorrect?](https://docs.proxyscrape.com/proxies/why-is-the-country-of-my-proxies-incorrect.md): Why geolocation may differ from expected and which database is used. - [Why are all my mixed proxies from the same country?](https://docs.proxyscrape.com/proxies/why-are-all-my-mixed-proxies-from-the-same-country.md): Why mixed or rotating proxies may show the same country and how to get variety. - [Premium proxies overview](https://docs.proxyscrape.com/proxies/premium/overview.md): What ProxyScrape Premium proxies are — shared datacenter proxies on unlimited or bandwidth-based packages. - [What is the traffic limit?](https://docs.proxyscrape.com/proxies/premium/what-is-the-traffic-limit.md): How data traffic and speed limits work on ProxyScrape Premium datacenter proxies. - [Do you have any smaller subscriptions?](https://docs.proxyscrape.com/proxies/premium/do-you-have-any-smaller-subscriptions.md): Smaller or shorter subscription options and minimum plan sizes. - [Dedicated proxies overview](https://docs.proxyscrape.com/proxies/dedicated/overview.md): What ProxyScrape Dedicated proxies are — datacenter proxies used only by you, with unlimited bandwidth. - [What locations are available for Dedicated proxies?](https://docs.proxyscrape.com/proxies/dedicated/available-locations.md): The countries currently available for ProxyScrape Dedicated proxies and where to check the latest availability. - [Are the proxies only used by me?](https://docs.proxyscrape.com/proxies/dedicated/are-the-proxies-only-used-by-me.md): Whether your proxies are exclusive to you or shared with other users. - [Can my proxies be replaced?](https://docs.proxyscrape.com/proxies/dedicated/can-my-proxies-be-replaced.md): Getting replacement proxies if yours are underperforming or blocked. - [Dedicated ISP proxies overview](https://docs.proxyscrape.com/proxies/dedicated-isp/overview.md): What ProxyScrape Dedicated ISP proxies are — static, dedicated IPs registered to real ISPs. - [Authentication](https://docs.proxyscrape.com/proxies/dedicated-isp/authentication.md): How to authenticate ProxyScrape Dedicated ISP proxies. - [Protocols and endpoints](https://docs.proxyscrape.com/proxies/dedicated-isp/protocols-and-endpoints.md): Protocols supported by Dedicated ISP proxies and how each proxy's host:port is delivered. - [Latency and speed](https://docs.proxyscrape.com/proxies/dedicated-isp/latency-and-speed.md): Latency and speed characteristics of ProxyScrape Dedicated ISP proxies. - [Residential proxies overview](https://docs.proxyscrape.com/proxies/residential/overview.md): What ProxyScrape Regular Residential proxies are — a large, rotating pool of real residential IPs on the rp.scrapegw.com host. - [How Residential Users Work](https://docs.proxyscrape.com/proxies/residential/how-residential-users-work.md): How residential proxy usernames and sessions work for traffic routing. - [How many residential proxies are there?](https://docs.proxyscrape.com/proxies/residential/how-many-residential-proxies-are-there.md): Size of the residential proxy pool and how many IPs are available. - [Regular Residential (rp.scrapegw.com) - Country targeting](https://docs.proxyscrape.com/proxies/residential/country-targeting.md): Target a specific country with Regular Residential proxies on the rp.scrapegw.com host. - [Regular Residential (rp.scrapegw.com) - State and city targeting](https://docs.proxyscrape.com/proxies/residential/state-and-city-targeting.md): Narrow Regular Residential proxies down to a specific state or city on the rp.scrapegw.com host. - [Regular Residential (rp.scrapegw.com) - Sticky sessions](https://docs.proxyscrape.com/proxies/residential/sticky-sessions.md): Configure sticky sessions for Regular Residential proxies on the rp.scrapegw.com host. - [Unlimited Residential proxies overview](https://docs.proxyscrape.com/proxies/unlimited-residential/overview.md): What ProxyScrape Unlimited Residential proxies are — a separate residential product with unlimited traffic metered by Mbps throughput. - [Unlimited Residential - Country, city, and state targeting](https://docs.proxyscrape.com/proxies/unlimited-residential/country-targeting.md): Target a specific country, city, or state with the Unlimited Residential package. - [Unlimited Residential - Sticky sessions](https://docs.proxyscrape.com/proxies/unlimited-residential/sticky-sessions.md): Configure sticky sessions with the Unlimited Residential package. - [Mobile proxies overview](https://docs.proxyscrape.com/proxies/mobile/overview.md): How ProxyScrape Mobile proxies work — rotation, sticky sessions, locations, and authentication. - [Rotation and sticky sessions](https://docs.proxyscrape.com/proxies/mobile/rotation-and-sticky-sessions.md): How rotation and static sessions work for ProxyScrape Mobile proxies. - [Locations](https://docs.proxyscrape.com/proxies/mobile/locations.md): The fixed list of locations available for ProxyScrape Mobile proxies. - [Host, port, and authentication](https://docs.proxyscrape.com/proxies/mobile/host-port-and-authentication.md): The host, port, and authentication used by ProxyScrape Mobile proxies. ## OpenAPI Specs - [openapi-account](https://docs.proxyscrape.com/openapi-account.json) - [openapi-serp](https://docs.proxyscrape.com/openapi-serp.json) - [openapi-public](https://docs.proxyscrape.com/openapi-public.json) - [openapi](https://docs.proxyscrape.com/openapi.json)