scrapman 0.1.1

A high-level declarative web scraping framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
start_url: https://cian.ru
search:
  input_id: geo-suggest-input
  query: Советская
  button_text: Найти
selectors:
  card: article[data-name="CardComponent"]
  title: div[data-name="TitleComponent"]
  price: span[data-mark="MainPrice"]
  next_page: div[data-name="Pagination"] li[class*="list-item--active"] + li > a
  preload: div[class*="preloadOverlay"]