**[ER:BS Information](../README.md)** > [Globals](../globals.md) / [WikiData](../modules/wikidata.md) / LocationScraper # Class: LocationScraper ## Hierarchy * [CoreScraper](wikidata.corescraper.md) ↳ **LocationScraper** ## Index ### Constructors * [constructor](wikidata.locationscraper.md#constructor) ### Properties * [cache](wikidata.locationscraper.md#cache) * [BASE\_URL](wikidata.locationscraper.md#base_url) ### Methods * [getAll](wikidata.locationscraper.md#getall) * [getLocation](wikidata.locationscraper.md#getlocation) * [getPage](wikidata.locationscraper.md#getpage) ## Constructors ### constructor \+ **new LocationScraper**(`cache?`: any): [LocationScraper](wikidata.locationscraper.md) *Overrides [CoreScraper](wikidata.corescraper.md).[constructor](wikidata.corescraper.md#constructor)* *Defined in [packages/wikidata/src/scrapers/locations.ts:11](https://github.com/PaulEndri/eternal-return-project/blob/6cfa1d0/packages/wikidata/src/scrapers/locations.ts#L11)* #### Parameters: Name | Type | ------ | ------ | `cache?` | any | **Returns:** [LocationScraper](wikidata.locationscraper.md) ## Properties ### cache • **cache**: IWikiCache *Inherited from [CoreScraper](wikidata.corescraper.md).[cache](wikidata.corescraper.md#cache)* *Defined in [packages/wikidata/src/scrapers/core.ts:12](https://github.com/PaulEndri/eternal-return-project/blob/6cfa1d0/packages/wikidata/src/scrapers/core.ts#L12)* ___ ### BASE\_URL ▪ `Static` **BASE\_URL**: string = "https://eternalreturn.gamepedia.com/" *Inherited from [CoreScraper](wikidata.corescraper.md).[BASE_URL](wikidata.corescraper.md#base_url)* *Defined in [packages/wikidata/src/scrapers/core.ts:11](https://github.com/PaulEndri/eternal-return-project/blob/6cfa1d0/packages/wikidata/src/scrapers/core.ts#L11)* ## Methods ### getAll ▸ **getAll**(`full?`: boolean): Promise *Defined in [packages/wikidata/src/scrapers/locations.ts:76](https://github.com/PaulEndri/eternal-return-project/blob/6cfa1d0/packages/wikidata/src/scrapers/locations.ts#L76)* #### Parameters: Name | Type | Default value | ------ | ------ | ------ | `full` | boolean | false | **Returns:** Promise ___ ### getLocation ▸ **getLocation**(`__namedParameters`: { href: string ; name: string }, `full?`: boolean): Promise *Defined in [packages/wikidata/src/scrapers/locations.ts:19](https://github.com/PaulEndri/eternal-return-project/blob/6cfa1d0/packages/wikidata/src/scrapers/locations.ts#L19)* #### Parameters: Name | Type | Default value | ------ | ------ | ------ | `__namedParameters` | { href: string ; name: string } | - | `full` | boolean | false | **Returns:** Promise ___ ### getPage ▸ **getPage**(`page`: string, `skipCache?`: boolean): Promise *Inherited from [CoreScraper](wikidata.corescraper.md).[getPage](wikidata.corescraper.md#getpage)* *Defined in [packages/wikidata/src/scrapers/core.ts:34](https://github.com/PaulEndri/eternal-return-project/blob/6cfa1d0/packages/wikidata/src/scrapers/core.ts#L34)* #### Parameters: Name | Type | Default value | ------ | ------ | ------ | `page` | string | - | `skipCache` | boolean | false | **Returns:** Promise