UnblockAPI Python Client
One API for everything AI agents can't do — captcha solving, browser rendering, temp email, SMS verification, screenshots, and web search.
pip install unblockapi
Quick Start
from unblockapi import UnblockAPI
client = UnblockAPI(api_key="your-api-key")
# Take a screenshot
result = client.screenshot("https://example.com")
# Search the web
results = client.search("latest AI news")
# Fetch JS-rendered content
content = client.browser_fetch("https://spa.example.com")
# Generate a temp email
inbox = client.email_generate()
# Wait for a verification code
code = client.email_wait()
print(code["verification_codes"])
All methods return dictionaries. See the API docs for full request/response schemas.
Release files for unblockapi 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| unblockapi-1.0.0.tar.gz | 3.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| unblockapi-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.5 kB
Release files / unblockapi-1.0.0.tar.gz
| Download URL | unblockapi-1.0.0.tar.gz |
|---|---|
| Size | 3.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
76da0e17adaa7318f315fec4a82422dd892e4d699bfdb53d0a5012499697badb
|
|
BLAKE2b-256 checksum How to use checksums |
d032d1b649b5f73746f346acb9f49360c98c950ebbeee4171f679c3ec99cbcbe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.15
|
Release files / unblockapi-1.0.0-py3-none-any.whl
| Download URL | unblockapi-1.0.0-py3-none-any.whl |
|---|---|
| Size | 3.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9c87c5388c7145b35683ead21e6c4fb8e3d0cafeedc4d33e20481cfab9cdd5ab
|
|
BLAKE2b-256 checksum How to use checksums |
5589c18e536c83d6e033090dfe7b504204fc8f551f27282c60173b2c146e71bb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.15
|