fetchers.mdx
 1  ---
 2  title: "Fetchers"
 3  id: fetchers
 4  slug: "/fetchers"
 5  description: "Currently, there's one Fetcher in Haystack: LinkContentFetcher. It fetches the contents of the URLs you give it."
 6  ---
 7  
 8  # Fetchers
 9  
10  Currently, there's one Fetcher in Haystack: LinkContentFetcher. It fetches the contents of the URLs you give it.
11  
12  | Component                                    | Description                                                                                  |
13  | --- | --- |
14  | [LinkContentFetcher](fetchers/linkcontentfetcher.mdx) | Fetches the contents of the URLs you give it so you can use them as data for your pipelines. |