HACKER Q&A
📣 reyml

Will AIs like Perplexity API replace scrapers


Has anyone used the Perplexity API for any projects?

One issue I've encountered is inconsistency - for example, when using the same prompt to request a ranking for 'x', the results can vary


  👤 verdverm Accepted Answer ✓
I only see one endpoint in their docs, for a chat experience (https://docs.perplexity.ai/reference)

What are you referring to exactly?

Separately, AIs car not going to obviate the need to fetch the page and run the javascript. That has to come before they do semantic analysis, just like any other tool that extracts information. It's a 2-step process