> ## Documentation Index
> Fetch the complete documentation index at: https://docs.scrapegraphai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Open Source

> ScrapeGraphAI open-source ecosystem

## Our Open Source Projects

ScrapeGraphAI is committed to the open-source community. We maintain several projects to help developers integrate and extend our services.

### Core Project

<Card title="scrapegraph-ai" icon="robot" href="https://github.com/ScrapeGraphAI/scrapegraph-ai">
  Our main open-source repository containing the core AI-powered web scraping engine. This is the foundation of our API service.
</Card>

#### Features

* Advanced AI extraction engine
* Smart content processing
* Intelligent schema handling
* Modular architecture

### Integration Tools

<CardGroup cols={2}>
  <Card title="scrapegraph-sdk" icon="box" href="https://github.com/ScrapeGraphAI/scrapegraph-sdk">
    Official Python and JavaScript SDKs for easy API integration.
  </Card>

  <Card title="langchain-scrapegraph" icon="link" href="https://github.com/ScrapeGraphAI/langchain-scrapegraph">
    Official LangChain integration for LLM workflows.
  </Card>
</CardGroup>

## Installation

<CodeGroup>
  ```bash Core Package theme={null}
  pip install scrapegraphai
  ```

  ```bash Python SDK theme={null}
  pip install scrapegraph-py
  ```

  ```bash JavaScript SDK theme={null}
  npm install scrapegraph-js
  ```

  ```bash LangChain Integration theme={null}
  pip install langchain-scrapegraph
  ```
</CodeGroup>

<Note>
  The `scrapegraphai` package is our core library that powers the API service. For most use cases, we recommend using our SDKs (`scrapegraph-py` or `scrapegraph-js`) which provide a convenient interface to the API.
</Note>

## Resources

<CardGroup cols={2}>
  <Card title="Documentation" icon="book" href="/introduction">
    Comprehensive guides and API reference
  </Card>

  <Card title="Examples" icon="code" href="/cookbook/introduction">
    Real-world usage examples and tutorials
  </Card>

  <Card title="Discord Community" icon="discord" href="https://discord.gg/uJN7TYcpNa">
    Join our developer community
  </Card>

  <Card title="GitHub Organization" icon="github" href="https://github.com/ScrapeGraphAI">
    Browse all our open-source projects
  </Card>
</CardGroup>

## Support

Need help with our open-source projects? We're here to assist:

<CardGroup cols={2}>
  <Card title="GitHub Issues" icon="circle-question" href="https://github.com/ScrapeGraphAI/scrapegraph-ai/issues">
    Report bugs and request features
  </Card>

  <Card title="Discord Support" icon="discord" href="https://discord.gg/uJN7TYcpNa">
    Get help from our community
  </Card>
</CardGroup>
