def parse(self, response): base_url = "http://web:9312/properties/" js = json.loads(response.body) for item in js: id = item["id"] url = base_url + "property_%06d.html" % id yield Request(url, callback=self.parse_item)
Posted 不可叽叽歪歪
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用JSON API和AJAX页面相关的知识,希望对你有一定的参考价值。
def parse(self, response): base_url = "http://web:9312/properties/" js = json.loads(response.body) for item in js: id = item["id"] url = base_url + "property_%06d.html" % id yield Request(url, callback=self.parse_item)
以上是关于使用JSON API和AJAX页面的主要内容,如果未能解决你的问题,请参考以下文章
使用公共 API 从站点中提取 JSON 数据并将其异步显示在页面上
Ajax 片段元标记 - Googlebot 未读取页面内容