Actuent for Python
Search the web as structured data. Actuent is a search engine for AI agents: it returns websites as LAWP (clean JSON with each site's pages and the actions a visitor can take) and products with prices, instead of raw HTML.
pip install actuent
from actuent import Actuent
client = Actuent() # free tier; Actuent(api_key="ak_...") for Pro
site = client.get_site("stripe.com") # pages + actions for one site
results = client.search("barber amsterdam")["results"]
shoes = client.products("running shoes under €100") # products with prices, in English
Searches work in any language and always come back in English. Free: 20 requests/minute. Pro keys from actuent.ai: full results and 60/minute. Rate-limit info is in client.rate_limit; a RateLimitError has retry_after.
LangChain
pip install "actuent[langchain]"
from actuent.langchain import get_tools
tools = get_tools() # [ActuentSearchTool]
Plans, services and more (0.2)
client.plan("Nørreport, Copenhagen", stops=["dinner", "drinks"], start_time="19:00")
client.trip("Lisbon", days=3)
client.find_service("skin fade under €30", location="Amsterdam")
client.nearby("cafe", "Jordaan, Amsterdam", filters=["vegan", "wifi"], open_now=True)
client.events(location="Copenhagen", query="jazz")
client.ask_site("nike.com", "free returns?")
client.compare_products([url_a, url_b])
client.score("yoursite.com") # agent-readiness 0–100
client.watch_price(url, notify="both") # Pro: price drops and back in stock
LlamaIndex
pip install "actuent[llamaindex]"
from actuent.llama_index import get_tools
tools = get_tools() # [FunctionTool actuent_search]
More
client.check_site("yoursite.com"): validate your/.well-known/lawp.jsonand action endpointsclient.register({...}): list your own site (Pro, verified domain)client.state(): live "State of the AI web" numbers
Docs: docs.actuent.ai · MCP server for Claude and ChatGPT: https://agents.actuent.ai/api/mcp
Made by localilabs. MIT licensed.
Release files for actuent 0.3.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 | |
|---|---|---|---|
| actuent-0.3.0.tar.gz | 8.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| actuent-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.1 kB
Release files / actuent-0.3.0.tar.gz
| Download URL | actuent-0.3.0.tar.gz |
|---|---|
| Size | 8.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
216e27ef67ee761864c0c7d44f1307654f989b27d5cc6ae71923483050fc4b77
|
|
BLAKE2b-256 checksum How to use checksums |
8b9965c27a3459f81f4b79f1b83ba156e3e154eb271ab4b94e7ce6d95c5b5057
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 27, 2026.
Transparency logRelease files / actuent-0.3.0-py3-none-any.whl
| Download URL | actuent-0.3.0-py3-none-any.whl |
|---|---|
| Size | 8.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
13f115b5902aad138cfeab88865fe562ee72c86dbff878829ca3ec97eeb0b748
|
|
BLAKE2b-256 checksum How to use checksums |
b045b6100310d9493b566aa3b0a7053b3dcab0508e14a2e3819eba1e1e40cb68
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 27, 2026.
Transparency log