TikTok Scraper is a powerful Flutter package designed to effortlessly extract and retrieve TikTok videos and user data. Built with simplicity and efficiency in mind, this library provides developers with an easy-to-use interface for accessing TikTok content programmatically.
- Scrape TikTok user profiles
- Extract video metadata
- Retrieve user information
- Lightweight and efficient implementation
Add the following to your pubspec.yaml
:
dependencies:
tiktok_scraper: ^0.0.1
Then run:
flutter pub get
import 'package:tiktok_scraper/tiktok_scraper.dart';
void main() async {
// Example: Fetch video details with author
var video = await TiktokScraper.getVideoInfo('https://www.tiktok.com/@mubashardev/video/7393468652906925317');
// Example: Get single user profile
var author = await TiktokScraper.getUserInfo('mubashardev');
// More coming soon!!
}
We welcome contributions from the community! Here's how you can help:
- Report bugs by opening GitHub issues
- Suggest new features
- Submit pull requests
- Improve documentation
- Fork the repository
- Create a new branch for your feature
- Write clean, documented code
- Follow Flutter/Dart best practices
- Submit a pull request with a clear description of changes
- Be respectful and inclusive
- Provide constructive feedback
- Collaborate openly and transparently
This project is licensed under the MIT License - see the LICENSE file for details.
- Star the repository
- Share with your network
- Contribute code or documentation
Maintainer: Mubashar Hussain
- Website: https://mubashar.dev
- GitHub: @mubashardev
Disclaimer: This is an independent project and is not officially affiliated with TikTok.