Skip to main content

Module acquisition

Module acquisition 

Source
Expand description

Layered HTTP-based acquisition engine.

Replaces browser-dependent mapping with structured data extraction from raw HTML. The browser becomes a last-resort fallback for mapping and remains required only for ACT and live PERCEIVE.

Modules§

action_discovery
Discovers executable HTTP actions from HTML forms, JavaScript patterns, and known e-commerce platforms.
api_discovery
Known public API discovery.
auth
Authentication handlers – login via password, OAuth, API key.
canvas_extractor
Three-tier extraction for canvas and WebGL applications.
drag_discovery
Discovers drag-and-drop interactions and maps them to their underlying API calls.
feed_parser
RSS/Atom feed discovery and parsing.
head_scanner
Parallel HEAD request scanner for URL metadata.
http_client
Async HTTP client wrapping reqwest.
http_session
HTTP session management for authenticated requests.
js_analyzer
JavaScript bundle analyzer for API endpoint discovery.
pattern_engine
CSS-selector and regex based data extractor for raw HTML.
structured
Parse structured data from raw HTML without DOM rendering.
webmcp
WebMCP tool discovery and execution.
ws_discovery
Discovers WebSocket endpoints from HTML and JavaScript source code.