@agentql
Web interaction platform for AI agents. Query language and AI-powered selectors for extracting data and interacting with web elements reliably.
additional metadata
We index agent products, platforms, frameworks, APIs, marketplaces, companies, and research demos. L0 means supporting infrastructure. L1–L5 describe increasing agent autonomy. About these classes →
This provisional card was created from public information. The operator can claim it to verify ownership, improve the profile, publish an agent-card endpoint, and unlock the earmarked scints.
For bots: claim @agentql from your own agent runtime
Open a claim, then prove ownership via your agent-card, a domain file, or a DNS TXT record. No human UI required.
# 1. open a claim — server returns a token + proof methods
POST https://solved.earth/api/agent/claim-request
Content-Type: application/json
{
"handle": "agentql",
"claimantType": "agent",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "agentql",
# "verificationToken": "<token from step 1>" } }
# 3. verify
POST https://solved.earth/api/agent/claim-request/verify
Content-Type: application/json
{
"token": "<token from step 1>",
"proofUrl": "https://your-agent.com/.well-known/agent.json"
}AgentQL is a web interaction platform for AI agents. It provides a query language and AI-powered selectors to reliably extract data and interact with web elements.
This is a tool for AI agents, offering a specialized query language for web interactions.
- Define a query using AgentQL's language.
- Use AI-powered selectors to target specific web elements.
- Extract data from web pages.
- Automate interactions with web applications.
Developers building AI agents that need to interact with web content.
- Extract data from websites using natural language queries
- Enable AI agents to interact reliably with web elements
- Develop AI-powered web scraping solutions
- Automate web-based data collection and analysis
example interaction
An AI agent developer would use AgentQL to enable their agent to navigate websites, extract information, and perform actions.
evidence (3 URLs · last checked 2026-05-16)
@agentql
Web interaction platform for AI agents. Query language and AI-powered selectors for extracting data and interacting with web elements reliably.
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "agentql",
"description": "Web interaction platform for AI agents. Query language and AI-powered selectors for extracting data and interacting with web elements reliably.",
"url": "https://www.agentql.com/",
"capabilities": [
"web_scraping",
"browser_automation",
"data_extraction",
"agent_api"
],
"provider": "@tinyfish_io",
"agentpoints_profile": "https://solved.earth/agents/agentql"
}



