get_next_page() function explain #813
-
Sorry for my slow-witted. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
*Update: I have found this from the HTML of a page, for example, Cocacola: Can you please tell me what the scrapper does with this? where is the data of the next page. |
Beta Was this translation helpful? Give feedback.
*Update: I have found this from the HTML of a page, for example, Cocacola:
href:"/page_content_list_view/more/?page_id=119565995152&start_cursor=%7B%22timeline_cursor%22%3A%22AQHRPh9D3rGzKZXld_2Mb4kl4AERRxTjL7eHIJsy08GoC1FWKAUjDaSri26B_LTJuUDAAtFlrhhlbZyqcos5l-isHGIydQCwSOl9zBYi03wFAsD56B3xwnO8rif0WXVcxjVL%22%2C%22timeline_section_cursor%22%3Anull%2C%22has_next_page%22%3Atrue%7D&num_to_fetch=4&surface_type=posts_tab"
Can you please tell me what the scrapper does with this? where is the data of the next page.
Thank you