web-scraper이란?
웹사이트에서 구조화된 데이터를 추출합니다. 사용 시기: 경쟁사 가격 수집, 제품 목록 긁기; 연락처 정보 추출; 연구 데이터 수집; 웹사이트 변경 사항 모니터링 출처: guia-matthieu/clawfu-skills.
웹사이트에서 구조화된 데이터를 추출합니다. 사용 시기: 경쟁사 가격 수집, 제품 목록 긁기; 연락처 정보 추출; 연구 데이터 수집; 웹사이트 변경 사항 모니터링
명령줄에서 web-scraper AI 스킬을 개발 환경에 빠르게 설치
출처: guia-matthieu/clawfu-skills.
Extract structured data from websites using BeautifulSoup and requests - turn any webpage into usable data.
| Structures analysis frameworks | Strategic priorities | | Synthesizes market data | Competitive positioning | | Identifies opportunities | Resource allocation | | Creates strategic options | Final strategy selection | | Suggests implementation approaches | Execution decisions |
| tag | Element type | h1, p, div | | .class | Class name | .price, .title | | #id | Element ID | #main-content | | tag.class | Tag with class | div.product | | tag[attr] | Has attribute | a[href] | | parent > child | Direct child | ul > li | | tag1, tag2 | Multiple | h1, h2, h3 |
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/guia-matthieu/clawfu-skills --skill web-scraper웹사이트에서 구조화된 데이터를 추출합니다. 사용 시기: 경쟁사 가격 수집, 제품 목록 긁기; 연락처 정보 추출; 연구 데이터 수집; 웹사이트 변경 사항 모니터링 출처: guia-matthieu/clawfu-skills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/guia-matthieu/clawfu-skills --skill web-scraper 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/guia-matthieu/clawfu-skills