Provides a C# client SDK providing functions to access the BuiltWith API.
BuiltWith.BuiltWithClient.Init ( "YOUR_API_KEY" );
BuiltWith.Objects.v14.DomainAPI domain = BuiltWith.BuiltWithClient.GetDomain ( "example.com" );
Get your API key by creating a free account at BuiltWith and visiting https://api.builtwith.com
Download and build or
dotnet add package BuiltWith
https://www.nuget.org/packages/BuiltWith/
- .NETStandard 2.0
- Newtonsoft.Json (>= 12.0.3)
MIT
Gary Brewer