Skip to content

Latest commit

 

History

History
77 lines (55 loc) · 1.16 KB

apis.md

File metadata and controls

77 lines (55 loc) · 1.16 KB

36氪

最新列表

接口:https://36kr.com/pp/api/aggregation-entity

参数:

{
  type:web_latest_article,//应该是H5 倒序最新文章
  per_page:10,//每页条数
  b_id:502685//上一页最后一条数据item_id,首页不传
}

今日头条

最新列表

接口:https://m.toutiao.com/list/

参数

{
  tag:'news_tech',//类别,所有(_all_),科技(news_tech)等等
  ac:'wap',
  count:10,//每页条数
  format:'json_raw',//返回数据格式类型
  as:'A1559D8C520A1AE'
}

界面新闻

最新列表

接口:https://papi.jiemian.com/page/api/index/indexajax

参数:

{
  page:1//页数
}
注意:
返回结果jsonpReturn(ret)

好奇心

最新列表

接口:http://m.qdaily.com/mobile/homes/articlemore/1573692750.json 根据时间戳来获取,返回结果中会有result.data.last_key作为下一页的时间戳。

infoQ

最新列表

接口:https://www.infoq.cn/public/v1/my/recommond

参数:

{
  size:12,//页数
  score:1574208000001//第一次请求不传,非首次请求最后一个返回结果
}
注意:payload方式传参。