Abstract API · Arazzo Workflow
Abstract API Screenshot, Scrape, and Image Processing
Version 1.0.0
Capture a website screenshot, scrape its HTML, then optimize an image asset.
View Spec
View on GitHub
AvatarsCompany EnrichmentContactsCurrenciesEmail ValidationExchange RatesIBAN ValidationImage ProcessingIP GeolocationIP IntelligencePhone ValidationPublic HolidaysScreenshotsTimezonesVAT ValidationWeb ScrapingArazzoWorkflows
Provider
Workflows
screenshot-scrape-and-process
Screenshot a URL, scrape it, and optimize the resulting screenshot image.
Captures a full-page screenshot of a URL, scrapes the same page's rendered HTML, and feeds the screenshot URL into image processing to produce an optimized asset.
1
captureScreenshot
captureWebsiteScreenshot
Capture a full-page screenshot of the target URL. The response is the screenshot image binary, so there are no JSON body outputs to chain.
2
scrapePage
scrapeWebPage
Scrape the rendered HTML of the same URL with JavaScript rendering enabled.
3
optimizeImage
processImageByURL
Run the supplied image URL through image processing to produce a lossy, compressed WebP asset and report the bytes saved.
Source API Descriptions
openapi
openapi