Metadata-Version: 2.4
Name: ghostcrawl-langchain
Version: 2.1.1
Summary: LangChain tool wrappers for the ghostcrawl SaaS stealth-scraping API.
License-Expression: MIT
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/)
stealth-scraping 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

MIT
