我需要一种从网页中提取标题并从json返回的服务。我不想解析网页或浪费任何不必要的CPU周期。 即呼叫应该是这样的:
curl http://api.someservice.com/fetch?url=google.com&element=title&out=json
api的回应是:
{
response: {
title: "Google"
source: "google.com"
}
status: "success"
}
任何提示都将受到高度赞赏