Http request pagination in query

Describe the problem/error/question

i have this api, where limit is set to 10, and you get the pagination increasing “skip” by 10 within the send query.

I tried to get it done with run index, aswell using pagination and query option. But somehow I´m stuck or having a brain bug.

What is the error message (if any)?

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • **n8n version:1.24
  • **Database (default: SQLite):SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):NPM
  • Operating system:

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

@Kool_Baudrillard , are you trying to hack into their API? If not, do you have a link to their documentation? Anyway, here’s how you do it. Note that I limited the number of returned jobs by 100 (aka 10 pages) as using their total complains that the same items are returned many times.

1 Like

Hi, not really tryin to hack their api, market research. Scraping gave me more headaches than trying to fetch the data from the API.

Thx!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.