So I want to make an app for a website I use(it's just some website that people post funny pictures and memes on and users can upvote/downvote). It's a pretty popular website and all the users are asking for an app but there isn't one yet.
I want to make an app because I use the site adn I think it'd be nice, but I'm also a poor student who can't spare the time that would otherwise be spent doing freelance jobs for money, so I want to make some income off of it somehow. There are a couple different options I was considering and which one I choose depends on the legalities.
I could just contact the owners of the website and ask if they'd pay me a very discounted price to have me make the app for them, then I could basically just program it and have them give me a flat amount of money in a one time payment(I want to do something cheap but still get enough to justify the time spent, it should take me a bout a month of working on it somewhat regularly so I was thinking of asking around $500? Anyone have any idea how much this stuff usually costs?)
Another thing I could do is just make the app and publish it myself, using ads to generate income. This one I'm not sure of the legal side though, what I would be doing(unless any more experienced coders have a better way of doing this) is pulling the html from the website and parsing it, looking for the image tags and image titles and all the other relevant info that will be displayed in the app and just displaying it in a normal applayout using scrollviews and imageviews and whatnot. I'm not sure if this is OK because I'd effectively be pulling all the content from the website and displaying it without the ads, so the owners of the website would lose ad revenue from all the people viewing the site on my app. Is this illegal? what if I actually display their ads in my app? Is there any way I could legally make the app myself and publish it?
A third option, kinda related to the last one tho, is to make a kickstarter for the app and have the users of the website back it. Then I could release the app add-free(or include the original ads so the website owners don't lose money) and pay myself with kickstarter funds. This would probably be as illegal as the last one but might be easier and more profitable even.
Basically, my question boils down to whether or not its legal to make an app for a website without their permission, effectively taking all the content and none of their ads.
and either way, which of the above methods do you think would be safer/more profitable/recommended.
Thanks for any help, I'm really oblivious about this kind of stuff.
Also if anyone wants to suggest me an easier way to make the app then just parsing the html on my own and grabbing the relevant info