Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Is there a way to limit data downloaded from the Download Tool?

caltang
17 - Castor
17 - Castor

Context, I’m scraping a bunch of websites as practice. I realised that the Download Tool slows down tremendously if the data gets exponential. 

Is there a way to limit the amount of Data that goes into the Download Tool? 

For example, if I parsed that website into rows, i would have about 60k rows per website. I just need the first 7k as that’s where the data is. 

Any and all advice / help appreciated! Thanks.

 

- Cal

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
6 REPLIES 6
alexnajm
18 - Pollux
18 - Pollux

I assume this is something you could add as a parameter in the Download tool based on the documentation for that specific API! This would likely be in the Headers and/or Payload tabs.

caltang
17 - Castor
17 - Castor

Interesting, I’ll read more into it. 

Have you tried it before? 

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
alexnajm
18 - Pollux
18 - Pollux

Not personally, but I've seen it in the Community! Solved: API download being limited? - Alteryx Community

caltang
17 - Castor
17 - Castor

That’s more on API limits though. I don’t see such an option for URL specific…

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
apathetichell
20 - Arcturus

Are you scraping a web page or are you using an API - most APIs support this using a syntax of limit= - but the specifics of how you do this in the API vary greatly. If you are scraping a webpage (ie non-API). It would really depend on the html structure of the page you are scraping... Potentially no.

caltang
17 - Castor
17 - Castor

That is sad… well guess it works well for less than 100 unique sites. Thanks @apathetichell!

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
Labels
Top Solution Authors