Python client for UnblockAPI — captcha solving, browser rendering, temp email, SMS verification, screenshots, and web search
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file unblockapi-1.0.0.tar.gz.
File metadata
- Download URL: unblockapi-1.0.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76da0e17adaa7318f315fec4a82422dd892e4d699bfdb53d0a5012499697badb
|
|
| MD5 |
5625907357ed22777408ee30c5de9aa8
|
|
| BLAKE2b-256 |
d032d1b649b5f73746f346acb9f49360c98c950ebbeee4171f679c3ec99cbcbe
|
File details
Details for the file unblockapi-1.0.0-py3-none-any.whl.
File metadata
- Download URL: unblockapi-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c87c5388c7145b35683ead21e6c4fb8e3d0cafeedc4d33e20481cfab9cdd5ab
|
|
| MD5 |
6996e84bcb7d649685b56161d895ffe5
|
|
| BLAKE2b-256 |
5589c18e536c83d6e033090dfe7b504204fc8f551f27282c60173b2c146e71bb
|