/Scrape-Dom

Rest API, Scrape every website elements you want by choice, use 2 endpoints 1) /dynamic 2) /generic Both uses for scraping a website expect that dynamic uses puppeteer headless browser [ with CSS disabled for faster functions ] to scrape content that might be dynamically loaded

Primary LanguageJavaScriptMIT LicenseMIT

To use the Scrape-DOM API a user have to add a body with the correct format (exmpale exists in MockData/RequestBody.json) with the POST request in correct order you can scrape any element on any website you want.

If the website you want to scrape loads any resource dynamiclly, you should use dynamic endpoint API which uses puppeteer headless browser to scrape the content after load