|
5 | 5 | { |
6 | 6 | "id": "python-crawlee-beautifulsoup", |
7 | 7 | "name": "python-crawlee-beautifulsoup", |
8 | | - "label": "Crawlee + BeautifulSoup (Quick start)", |
| 8 | + "label": "Crawlee + BeautifulSoup", |
9 | 9 | "category": "python", |
10 | 10 | "technologies": ["crawlee", "beautifulsoup"], |
11 | 11 | "description": "Crawl and scrape websites using Crawlee and BeautifulSoup. Start from a given start URLs, and store results to Apify dataset.", |
|
317 | 317 | { |
318 | 318 | "id": "js-crawlee-cheerio", |
319 | 319 | "name": "project_cheerio_crawler_js", |
320 | | - "label": "Crawlee + Cheerio (Quick start)", |
| 320 | + "label": "Crawlee + Cheerio", |
321 | 321 | "category": "javascript", |
322 | 322 | "technologies": ["nodejs", "crawlee", "cheerio"], |
323 | 323 | "description": "A scraper example that uses Cheerio to parse HTML. It's fast, but it can't run the website's JavaScript or pass JS anti-scraping challenges.", |
|
350 | 350 | { |
351 | 351 | "id": "ts-crawlee-cheerio", |
352 | 352 | "name": "project_cheerio_crawler_ts", |
353 | | - "label": "Crawlee + Cheerio (Quick start)", |
| 353 | + "label": "Crawlee + Cheerio", |
354 | 354 | "category": "typescript", |
355 | 355 | "technologies": ["nodejs", "crawlee", "cheerio"], |
356 | 356 | "description": "A scraper example that uses Cheerio to parse HTML. It's fast, but it can't run the website's JavaScript or pass JS anti-scraping challenges.", |
|
0 commit comments