Metadata-Version: 2.4
Name: ghostcrawl-langchain
Version: 2.2.0
Summary: LangChain tools for the GhostCrawl web data API.
License-Expression: LicenseRef-GhostCrawl-Proprietary
License-File: LICENSE
Requires-Python: >=3.9
Requires-Dist: httpx>=0.27
Requires-Dist: langchain-core>=0.3
Requires-Dist: pydantic>=2.7
Provides-Extra: dev
Requires-Dist: pytest>=8; extra == 'dev'
Requires-Dist: respx>=0.21; extra == 'dev'
Description-Content-Type: text/markdown

# ghostcrawl-langchain

LangChain tool integration for the [GhostCrawl](https://pypi.org/project/ghostcrawl/)
web data API.

Exposes the GhostCrawl scrape / search / extract / crawl / Google-vertical
surfaces as LangChain `BaseTool` subclasses with shared Pydantic params
validation.

## Install

```bash
pip install ghostcrawl-langchain
```

## License

Proprietary — GhostCrawl Software License. See [LICENSE](LICENSE).
