<aside> 💡 News Parser API allows you to extract key information from a web article. One call to API returns a JSON format output.

</aside>

How to get your API key

Follow this instruction.

Endpoints

/article_v1

Quick Example

curl --request GET \\
	--url '<https://news-parser1.p.rapidapi.com/article_v1?url=https://www.reuters.com/article/us-usa-thanksgiving/america-celebrates-scaled-back-thanksgiving-as-covid-19-surges-idUSKBN28612D>' \\
	--header 'x-rapidapi-key: {YOUR_API_KEY}'

Authentication is done via RapidPI.

Headers

Parameters