Hello N8n Community,
I have problem when crawl data invoice from website. Because the website just reponse 300 invoice / 1 time i call GET method (HTTP Request).
But totalPage i get ex: 100 page. How I can loop this url from 1 to 100 page?
https://vinvoice.viettel.vn/api/cluster7/services/einvoiceapplication/api/invoice/search?page={{ pageNum }}&size=10&createdDate.greaterThanOrEqual={{ $now.setZone(‘UTC’).toFormat(‘yyyy-MM-dd’) }}{{ encodeURIComponent(“T00:00:00.000Z”)}}&createdDate.lessThanOrEqual={{ $now.setZone(‘UTC’).toFormat(‘yyyy-MM-dd’) }}{{ encodeURIComponent(“T”+ $now.setZone(‘UTC’).toFormat(‘hh:mm:ss.SSS’)+“Z” )}}&supplierId.equals=88877&dateType.equals=0&invoiceStatus.equals=1&sort=issueDate%2Cdesc&sort=invoiceNumber%2Cdesc
Information on your n8n setup
- n8n version: 1.50.1
- Database: SQLite
- n8n EXECUTIONS_PROCESS setting: own
- Running n8n via Docker
- Operating system: NAS