URLpipe in C#
Complete programs for .NET 8+, using one HttpClient with a Timeout and a default Authorization header. Each page has the request, the async variant with a webhook, and the error handling, and each program on it was run against a stub of the API before it was published.
No NuGet package: HttpClient and System.Text.Json are part of .NET, and the API is one POST per job.
C# recipes
- Take a screenshot of a website in C#Take a screenshot of a website with HttpClient: the request, the async variant and the error handling.See the code
- Convert a web page to Markdown in C#Convert a web page to Markdown with HttpClient: the request, the async variant and the error handling.See the code
- Get the rendered HTML of a JavaScript page in C#Get the rendered HTML of a JavaScript page with HttpClient: the request, the async variant and the error handling.See the code
- Get a page's metadata and Open Graph tags in C#Get a page's metadata and Open Graph tags with HttpClient: the request, the async variant and the error handling.See the code
- Run a Lighthouse audit in C#Run a Lighthouse audit with HttpClient: the request, the async variant and the error handling.See the code
- Verify a webhook signature in C#A C# webhook receiver that checks the HMAC signature, the timestamp and a rotation.See the code
Turn any URL into clean data in minutes.
Free plan, no card. Confirm your email and your API key is live — you'll be making real requests in minutes.