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

A Flutter package designed for efficiently scraping data from Google Scholar profiles. Extract and analyze publication information, including author names, publication years, and counts. Ideal for bui [...]

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
0
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package designed for efficiently scraping data from Google Scholar profiles. Extract and analyze publication information, including author names, publication years, and counts. Ideal for building applications related to academic research and citation analysis.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

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

More

Packages that depend on scholar_scraper