socio4health.utils.standard_spider.StandardSpider.parse#
- StandardSpider.parse(response, current_depth=0)[source]#
Parse the response to extract links based on criteria.
- Parameters:
response (scrapy.http.Response) – The response object containing the
HTML
content of the page.current_depth (int, optional) – The current depth of the link being processed. Default is 0.