Skip to content

ScrapeGraphAI/docs-mintlify

Repository files navigation

📚 ScrapeGraphAPI Documentation

ScrapeGraphAPI Logo

Documentation | Website | Discord

This repository contains the official documentation for ScrapeGraphAPI, a suite of AI-powered web scraping tools. Our documentation is built using Mintlify, providing a modern and interactive documentation experience.

🚀 Quick Start

Prerequisites

Install the Mintlify CLI to preview the documentation locally:

npm i -g mintlify

Local Development

  1. Clone this repository
  2. Navigate to the documentation directory
  3. Run the development server:
mintlify dev

The documentation will be available at http://localhost:3000.

📚 Documentation Structure

.
├── introduction.mdx          # Main introduction page
├── services/                 # Core services documentation
│   ├── smartscraper.mdx     # SmartScraper service
│   ├── searchscraper.mdx     # SearchScraper service
│   ├── markdownify.mdx      # Markdownify service
│   └── extensions/          # Browser extensions
│       └── firefox.mdx      # Firefox extension
├── sdks/                    # SDK documentation
│   ├── python.mdx          # Python SDK
│   └── javascript.mdx      # JavaScript SDK
└── api-reference/          # API reference documentation

🤝 Contributing

We welcome contributions to improve our documentation! Here's how you can help:

  1. Fork this repository
  2. Create a new branch for your changes
  3. Make your changes to the documentation
  4. Test locally using mintlify dev
  5. Submit a pull request

Contribution Guidelines

  • Follow the existing documentation structure
  • Use Markdown and MDX for content
  • Include clear commit messages
  • Test all changes locally before submitting
  • Update the navigation in mint.json if adding new pages

🛠️ Development Tools

  • Mintlify: Documentation framework
  • MDX: Extended Markdown syntax
  • React: For interactive components
  • Node.js: Required for local development

📝 License

This documentation is licensed under the MIT License - see the LICENSE file for details.

🔗 Useful Links

💡 Need Help?

⭐ Show Your Support

If you find our documentation helpful, please consider giving us a star on GitHub!

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages