GnePro

免费增值
通过 kingname | 已更新 hace un mes | News, Media
Health Check

N/A

README

GnePro

What is GnePro?

GnePro is a general news extractor API. You can use it to extract almost any articles or news detail pages by a single call. It is as simple as few lines of code:

import requests

url = "https://gnepro.p.rapidapi.com/crawl"

payload = {
	"url": "https://...",
	"js": False,
	"charset": "auto"
}
headers = {
	"X-RapidAPI-Key": "<your key>",
	"X-RapidAPI-Host": "gnepro.p.rapidapi.com",
}

response = requests.post(url, json=payload, headers=headers)

print(response.json())
关注者:0
API 创建者:
K
kingname
kingname
登录并给 API 打分
打分:5 - 投票:1