GhostAPI
Turn any public website into structured JSON using AI and natural language queries.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноТолько чтение
Что умеет
- Ghostapi Fetch: Fetch any public URL and extract structured JSON using a natural language query. Results are cached automatically — repeated requests return instantly at no extra cost. Every live extr
- Ghostapi Read: Read the full extraction history for a URL from the HistoricalData database. Zero LLM tokens consumed — pure database read. Returns timestamped records with extracted JSON and semantic
Какие данные видит
Нужен ли аккаунт
Нужен API-ключ из настроек сервиса
Turn any public website into structured JSON using AI and natural language queries.
Tools:
ghostapi_fetch— scrape any public URL, extract structured data, get ethical semantic evaluationghostapi_read— read extraction history for a URL, zero LLM tokens
Built for AI agents, Claude workflows, and LLM applications that need real-world web data without maintaining scrapers.
Get your API key: rapidapi.com (search GhostAPI)
Список инструментов сервера (2)
Технические названия из tools/list. Нужны только разработчикам.
| ghostapi_fetch | Fetch any public URL and extract structured JSON using a natural language query. Results are cached automatically — repeated requests return instantly at no extra cost. Every live extraction includes a semantic context evaluation scoring the content on cooperation index (0-1), social utility (0-1), and environmental impact. Supports news sites, e-commerce, company pages, job listings, public directories. Does not support login-required pages or Cloudflare-protected sites. |
| ghostapi_read | Read the full extraction history for a URL from the HistoricalData database. Zero LLM tokens consumed — pure database read. Returns timestamped records with extracted JSON and semantic context scores. Use to analyze how a source changes over time, track cooperation index trends, compare social utility across multiple captures, or build time-series insights from accumulated web data. |