Pregunta de entrevista de Factual

How would pull information from a site without using their api?

Respuesta de la entrevista

Anónimo

20 nov 2018

'Web scrapping', basically one can use HTTP-request to get the entire html document element of the website. Then clean and extract information/ content from html tags of the response object received. Can be achieved easily in python and java script.

1