singodiyashubham87 / ScrapeIt

ScrapeIt is a web scraping application built with ReactJS and TailwindCSS. It enables the extraction of HTML content or text from web pages by providing a URL.
https://scrape-it-seven.vercel.app
MIT License
24 stars 20 forks source link

HTML scrape not working #180

Closed slayeh17 closed 5 months ago

slayeh17 commented 5 months ago

Hi, I am not sure if I am using it right but after I paste a link then click on HTML then click on Scrape it always returns the text format. It doesn't matter if I click on Text or 'HTML` it always returns the text only.

singodiyashubham87 commented 5 months ago

@slayeh17 The scraping part is being done by the API provided by API Ninjas and they are sending it as text format only for some URLs which they can't scrape.

slayeh17 commented 5 months ago

Ok got it. 👍