Skip to main content

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.json and action endpoints
  • client.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.2.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for actuent 0.2.0
File Size Uploaded
actuent-0.2.0.tar.gz 8.2 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for actuent 0.2.0
File Interpreter ABI Platform
actuent-0.2.0-py3-none-any.whl Python 3 none any Details

Total release size: 16.7 kB

Release files / actuent-0.2.0.tar.gz

Download URL actuent-0.2.0.tar.gz
Size 8.2 kB
Tags Source
SHA-256 checksum
How to use checksums
399b5f433764f03999a760d5d0690169ed79a8ae7597b65e06b6d83b5a03813a
BLAKE2b-256 checksum
How to use checksums
5454ea86c0c4afbeb67c22e5cac925c1d36d51e901060a6c4cfab1ab68106be3
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

Release files / actuent-0.2.0-py3-none-any.whl

Download URL actuent-0.2.0-py3-none-any.whl
Size 8.5 kB
Tags Python 3
SHA-256 checksum
How to use checksums
bf1c0d4368acfc4b680cd34f886828588f8949677b2b5596857ade60aeb4a969
BLAKE2b-256 checksum
How to use checksums
72d91ab7da82fe075381cbd51f54e3bbaf877cc35e852e6414d4f6a5764659f5
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

Release history Release notifications | RSS feed

0.3.0

2 release files

This release

0.2.0 This release

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page