Single Page / Single Item
Last updated
Last updated
The simplest scraper setup is to scrape a single page for a single item.
For example, you might want to get the thread title, thread author, upvotes, and number of comments from a single thread on r/NBA. You'll give the URL of one thread, and get one row of data.
To get started, use the prompt below. It gives the URL you want to scrape, and the data you want from that URL.
On the next page, click on the pencil icon in the “Extract data” section to edit it.
Then change the field “Items per Page” to “Single”.
Now click “Save” and click “Run”.
Your result will be exactly one output, the details about the thread.
Note: The first step “Results for Starting URLs” does not count as a billable item. But step 2 counts as 1 item and is billable.
What if you have multiple thread links and want to scrape one output per page?
You can put in 4 starting URLs, and you will get exactly 4 output items.
However, copy and pasting multiple URLs is a lot of manual work. We don't recommend doing this often. Instead, lets see how we can have FetchFox automatically find all the URLs for us.