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

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

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
4
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package designed for efficient data scraping 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