scholar_scraper 0.0.5 copy "scholar_scraper: ^0.0.5" to clipboard
scholar_scraper: ^0.0.5 copied to clipboard

A Flutter package for efficient data scraping from Google Scholar profiles. Extract and analyze publication information for academic research and citation analysis.

example/main.dart

// example/main.dart
import 'package:scholar_scraper/scholar_scraper.dart';

void main() async {
  // Your example code here
  final resultSave =
      await ScholarScraper.scrapeAndSave('your_url', 'your_year');
  print('Scrape and Save Result: $resultSave');

  final resultDetails =
      await ScholarScraper.scrapeDetails('your_url', 'your_year');
  print('Scrape Details Result: $resultDetails');
}
3
likes
150
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for efficient data scraping from Google Scholar profiles. Extract and analyze publication information for academic research and citation analysis.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

firebase_auth, flutter, html, http, open_file, path_provider, provider

More

Packages that depend on scholar_scraper