Skip to content

orbital7/orbital7.apis.scrapingbee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET Unofficial library for ScrapingBee API

Nuget Package: Orbital7.Apis.ScrapingBee

Example usage:

var scrapingBeeClient = new ScrapingBeeClient("YOUR-API-KEY");
var response = await scrapingBeeClient.ScrapeAsync(
    new ScrapeRequest("https://dotnet.microsoft.com/")
    {
	RenderJs = false,
    });

To run the included Unit Tests within Visual Studio:

  1. Right-click on the Orbital7.Apis.ScrapingBee.Tests project and select Manage User Secrets.
  2. Within the resulting file editor for secrets.json, create a json entry for "ScrapingBeeApiKey" and add your API Key as the value.
  3. Run the unit tests via the Test Explorer window.

About

.NET *Unofficial* library for ScrapingBee API (https://scrapingbee.com)

Resources

License

Stars

Watchers

Forks

Languages