
Parsera
This Actor is paid per event

Parsera
This Actor is paid per event
Extract Data from ANY website with Parsera.org
Actor Metrics
4 monthly users
No reviews yet
4 bookmarks
>99% runs succeeded
56 days response time
Created in Nov 2024
Modified 16 days ago

Small but important improvements for users
Thank you for creating this Actor. I’ve tried it works really well.
I’d like to suggest a few small but impactful changes to improve the Actor's usability:
-
Default Values in
input_schema.json
- It would be helpful to have default values in
input_schema.json
. This allows users to try the Actor quickly and immediately see its value. Additionally, it makes it easier for users to adapt the Actor to their specific needs. - For example, based on your documentation, you could use:
1"attributes": [ 2 { 3 "description": "The main title of the page", 4 "name": "title" 5 }, 6 { 7 "description": "Number of points", 8 "name": "points" 9 }, 10 { 11 "description": "Number of comments", 12 "name": "nr_comments" 13 } 14], 15"url": "https://news.ycombinator.com/"
- It would be helpful to have default values in
-
Adding an example of input and output to the Readme file would be very beneficial. It allows users to quickly understand what kind of output they can expect for a given input, making the Actor easier to adopt.
-
Currently, the Actor requires 4GB of memory, which seems too high. If possible, consider reducing this to 1GB. I don't Actor is performing heavy computations or loading large packages. You can update the memory settings in the Actor page under Settings to specify the required memory.
Thank you again for your contribution. I appreciate your effort! 😊

Thanks for your suggestions! Indeed, they should improve the Actor's usability, so all of them are implemented!

Thank you! Jiri