티스토리 뷰

n8n을 이용해서 api 연동을 해보자. 

1️⃣ Shopee 검색 API 구조 이해

Shopee 검색 페이지 열면 실제 데이터는 JSON API로 내려와

```

https://shopee.sg/api/v4/search/search_items

```

주요 파라미터

keyword 검색어
limit 한 번에 가져올 개수
newest 페이지 offset
order 정렬 (판매량, 인기 등)
page_type search
scenario PAGE_GLOBAL_SEARCH

2️⃣ n8n Cloud 워크플로우 전체 구조

Cron Trigger
 → HTTP Request (Shopee API)
 → Function (데이터 정제)
 → Google Sheets (Append)

 

3.

Apify API 연동하기

https://wikidocs.net/291175#apify-api

https://apify.com/marc_plouhinec/shopee-api-scraper