serpnode 0.1.0 copy "serpnode: ^0.1.0" to clipboard
serpnode: ^0.1.0 copied to clipboard

Dart client for serpnode.com (Google SERP data). Endpoints: status, search, options, locations. See https://serpnode.com

example/main.dart

import 'package:serpnode/serpnode.dart';

void main() async {
  final client = SerpnodeClient('YOUR_API_KEY');
  final results = await client.search({'q': 'site:screenshotbase.com', 'engine': 'google', 'num': 5});
  print(results);
}
0
likes
140
points
7
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Dart client for serpnode.com (Google SERP data). Endpoints: status, search, options, locations. See https://serpnode.com

Homepage
Repository (GitHub)

License

MIT (license)

Dependencies

http

More

Packages that depend on serpnode